Spaces:
Sleeping
Sleeping
Commit
·
992cb5a
1
Parent(s):
e873bf0
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,6 @@ result = estimator("http://images.cocodataset.org/val2017/000000039769.jpg")
|
|
25 |
|
26 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
27 |
|
28 |
-
demo = gr.Interface(fn=rb, inputs=inputs, outputs=result)
|
29 |
#demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
|
30 |
demo.launch()
|
|
|
25 |
|
26 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
27 |
|
28 |
+
demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
|
29 |
#demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
|
30 |
demo.launch()
|