merve HF staff commited on
Commit
d643ca3
1 Parent(s): 129db67

Update app.py

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