Spaces:
Sleeping
Sleeping
Commit
·
485921b
1
Parent(s):
28f61dd
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ def rb(img):
|
|
19 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
20 |
|
21 |
|
22 |
-
demo = gr.Interface(fn=rb, inputs=inputs, outputs=
|
23 |
# #demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
|
24 |
# demo.launch()
|
|
|
19 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
20 |
|
21 |
|
22 |
+
demo = gr.Interface(fn=rb, inputs=inputs, outputs=None)
|
23 |
# #demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
|
24 |
# demo.launch()
|