yuragoithf commited on
Commit
2798b51
·
1 Parent(s): 485921b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # demo.launch()
 
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()