GonzaloMG commited on
Commit
aeb7b27
1 Parent(s): 70abda7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css=css) as demo:
99
  input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
100
  depth_image_slider = ImageSlider(label="Depth Map with Slider View", elem_id='img-display-output', position=0.5)
101
 
102
- with gr.Row()
103
  submit = gr.Button(value="Compute Depth")
104
  processing_res_choice = gr.Radio(
105
  [
 
99
  input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
100
  depth_image_slider = ImageSlider(label="Depth Map with Slider View", elem_id='img-display-output', position=0.5)
101
 
102
+ with gr.Row():
103
  submit = gr.Button(value="Compute Depth")
104
  processing_res_choice = gr.Radio(
105
  [