Spaces:
Runtime error
Runtime error
Binlaveloos
commited on
Commit
•
93d0173
1
Parent(s):
33db227
Update gradio_depth_pred.py
Browse files- 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=["
|
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])
|