yuragoithf commited on
Commit
de1af76
·
1 Parent(s): 340fb7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=estimator, inputs=inputs, outputs=Label())
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=estimator, inputs=inputs, outputs=gr.Label())
23
  #demo = gr.Interface(fn=rb, inputs=inputs, outputs=result["depth"])
24
  demo.launch()