lemonaddie commited on
Commit
e38740d
1 Parent(s): aae2eb2

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +5 -4
app1.py CHANGED
@@ -149,10 +149,11 @@ def run_demo():
149
 
150
 
151
  run_btn = gr.Button('Generate', variant='primary', interactive=True)
152
- with gr.Column():
153
- depth = gr.Image(interactive=False, height=384, show_label=False)
154
- with gr.Column():
155
- normal = gr.Image(interactive=False, height=384, show_label=False)
 
156
 
157
 
158
  run_btn.click(fn=depth_normal,
 
149
 
150
 
151
  run_btn = gr.Button('Generate', variant='primary', interactive=True)
152
+ with gr.Row():
153
+ with gr.Column():
154
+ depth = gr.Image(interactive=False, height=384, show_label=False)
155
+ with gr.Column():
156
+ normal = gr.Image(interactive=False, height=384, show_label=False)
157
 
158
 
159
  run_btn.click(fn=depth_normal,