Spaces:
Sleeping
Sleeping
Commit
·
88495eb
1
Parent(s):
2798b51
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 |
outputs = gr.outputs.Image(type="pil",label="Output Image")
|
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 |
outputs = gr.outputs.Image(type="pil",label="Output Image")
|
21 |
|
22 |
+
demo = gr.Interface(fn=rb, inputs=inputs, outputs=outputs)
|
23 |
# #demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
|
24 |
demo.launch()
|