sitammeur commited on
Commit
8a66839
·
verified ·
1 Parent(s): 7ae0322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from depth_estimation import process_image # Import the depth estimation functi
7
 
8
 
9
  # Image input for the interface
10
- image = gr.Image(type="pil", label="Image")
11
 
12
  # Output for the interface
13
  answer = gr.Image(type="pil", label="Depth Map")
 
7
 
8
 
9
  # Image input for the interface
10
+ image = gr.Image(type="pil", label="Image", interactive=True)
11
 
12
  # Output for the interface
13
  answer = gr.Image(type="pil", label="Depth Map")