Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -64,11 +64,11 @@ with gr.Blocks() as demo:
|
|
64 |
|
65 |
with gr.Column():
|
66 |
with gr.Row():
|
67 |
-
gr.Markdown("###Theia Results")
|
68 |
theia_output = gr.Image(label="DINOv2, SAM, Depth Anything", type="numpy")
|
69 |
|
70 |
with gr.Row():
|
71 |
-
gr.Markdown("###Ground Truth")
|
72 |
gt_output = gr.Image(label="DINOv2, SAM, Depth Anything", type="numpy")
|
73 |
|
74 |
submit_button.click(run_theia, inputs=input_image, outputs=[theia_output, gt_output])
|
|
|
64 |
|
65 |
with gr.Column():
|
66 |
with gr.Row():
|
67 |
+
gr.Markdown("### Theia Results")
|
68 |
theia_output = gr.Image(label="DINOv2, SAM, Depth Anything", type="numpy")
|
69 |
|
70 |
with gr.Row():
|
71 |
+
gr.Markdown("### Ground Truth")
|
72 |
gt_output = gr.Image(label="DINOv2, SAM, Depth Anything", type="numpy")
|
73 |
|
74 |
submit_button.click(run_theia, inputs=input_image, outputs=[theia_output, gt_output])
|