Binlaveloos commited on
Commit
93d0173
1 Parent(s): 33db227

Update gradio_depth_pred.py

Browse files
Files changed (1) hide show
  1. gradio_depth_pred.py +1 -1
gradio_depth_pred.py CHANGED
@@ -24,5 +24,5 @@ def create_demo(model):
24
  return [colored_depth, tmp.name]
25
 
26
  submit.click(on_submit, inputs=[input_image], outputs=[depth_image, raw_file])
27
- examples = gr.Examples(examples=["examples/person_1.jpeg", "examples/person_2.jpeg", "examples/person-leaves.png", "examples/living-room.jpeg"],
28
  inputs=[input_image])
 
24
  return [colored_depth, tmp.name]
25
 
26
  submit.click(on_submit, inputs=[input_image], outputs=[depth_image, raw_file])
27
+ examples = gr.Examples(examples=["cat.png"],
28
  inputs=[input_image])