bmay commited on
Commit
8ea329f
·
verified ·
1 Parent(s): cafc1d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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])