merve HF staff commited on
Commit
1730824
1 Parent(s): 0287ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,6 +39,6 @@ iface = gr.Interface(fn=infer,
39
  gr.Image(type="pil", label="Depth Anything")],
40
 
41
  title="Compare Depth Estimation Models",
42
- description="In this Space you can compare various depth estimation models",
43
- examples=[["bee.JPG"]])
44
  iface.launch(debug=True)
 
39
  gr.Image(type="pil", label="Depth Anything")],
40
 
41
  title="Compare Depth Estimation Models",
42
+ description="In this Space you can compare various depth estimation models.",
43
+ examples=[["./bee.JPG"]])
44
  iface.launch(debug=True)