Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks(css=css) as demo:
|
|
40 |
with gr.Column():
|
41 |
with gr.Row():
|
42 |
input_img = gr.Image(label="Input Image")
|
43 |
-
|
44 |
output_1 = gr.Image(type="pil", label="DPT-Large")
|
45 |
output_2 = gr.Image(type="pil", label="DPT with BeiT Backbone")
|
46 |
output_3 = gr.Image(type="pil", label="Depth Anything")
|
|
|
40 |
with gr.Column():
|
41 |
with gr.Row():
|
42 |
input_img = gr.Image(label="Input Image")
|
43 |
+
with gr.Row():
|
44 |
output_1 = gr.Image(type="pil", label="DPT-Large")
|
45 |
output_2 = gr.Image(type="pil", label="DPT with BeiT Backbone")
|
46 |
output_3 = gr.Image(type="pil", label="Depth Anything")
|