Spaces:
Sleeping
Sleeping
Commit
·
2798b51
1
Parent(s):
485921b
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ def rb(img):
|
|
17 |
|
18 |
|
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 |
-
|
|
|
17 |
|
18 |
|
19 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
20 |
+
outputs = gr.outputs.Image(type="pil",label="Output Image")
|
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()
|