merve HF staff commited on
Commit
1fb4776
1 Parent(s): 63c714a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(css=css) as demo:
46
  output_2 = gr.Image(type="pil", label="DPT with BeiT Backbone")
47
  output_3 = gr.Image(type="pil", label="Depth Anything")
48
 
49
- gr.Examples([["https://huggingface.co/spaces/merve/compare_depth_models/resolve/main/bee.JPG"]],
50
  inputs = input_img,
51
  outputs = [output_1, output_2, output_3],
52
  fn=infer,
 
46
  output_2 = gr.Image(type="pil", label="DPT with BeiT Backbone")
47
  output_3 = gr.Image(type="pil", label="Depth Anything")
48
 
49
+ gr.Examples([["https://huggingface.co/spaces/merve/compare_depth_models/resolve/main/bee.jpg"]],
50
  inputs = input_img,
51
  outputs = [output_1, output_2, output_3],
52
  fn=infer,