EgoHackZero commited on
Commit
fa1476f
·
verified ·
1 Parent(s): 361cd34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ iface = gr.Interface(
57
  fn=predict_depth,
58
  inputs=gr.Image(type="pil"),
59
  outputs=gr.Image(type="pil"),
60
- title="MiDaS Depth Estimation (Official Tutorial Style)",
61
- description="Загрузите изображение. Возвращается карта глубины."
62
  )
63
 
64
  if __name__ == "__main__":
 
57
  fn=predict_depth,
58
  inputs=gr.Image(type="pil"),
59
  outputs=gr.Image(type="pil"),
60
+ title="MiDaS Depth Estimation",
61
+ description="Drop img -> depth map"
62
  )
63
 
64
  if __name__ == "__main__":