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

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +2 -2
app1.py CHANGED
@@ -151,9 +151,9 @@ def run_demo():
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,
 
151
  run_btn = gr.Button('Generate', variant='primary', interactive=True)
152
  with gr.Row():
153
  with gr.Column():
154
+ depth = gr.Image(interactive=False, show_label=False)
155
  with gr.Column():
156
+ normal = gr.Image(interactive=False, show_label=False)
157
 
158
 
159
  run_btn.click(fn=depth_normal,