Update app.py
Browse files
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")
|
11 |
|
12 |
# Output for the interface
|
13 |
answer = gr.Image(type="pil", label="Depth Map")
|