keivalya commited on
Commit
50e087e
·
verified ·
1 Parent(s): d9a8d03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ examples = [["img_000.png"],["img_001.png"],["img_002.png"],["img_003.png"],["im
33
 
34
  demo = gr.Interface(
35
  fn=predict_depth,
36
- inputs=gr.Image(type="pil", label="Input RGB Image", tool="editor", height=image_output_size),
37
  outputs=[
38
  gr.Image(type="pil", label="Original Image", height=image_output_size),
39
  gr.Image(type="pil", label="Predicted Depth Map", height=image_output_size),
 
33
 
34
  demo = gr.Interface(
35
  fn=predict_depth,
36
+ inputs=gr.Image(type="pil", label="Input RGB Image", height=image_output_size),
37
  outputs=[
38
  gr.Image(type="pil", label="Original Image", height=image_output_size),
39
  gr.Image(type="pil", label="Predicted Depth Map", height=image_output_size),