flamehaze1115 commited on
Commit
c9f1e91
1 Parent(s): 4178efc

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -332,8 +332,8 @@ def run_demo():
332
  normal_6 = gr.Image(interactive=False, height=240, show_label=False)
333
 
334
  with gr.Row():
335
- view_gallery = gr.Gallery(interactive=False, show_label=False, container=True, preview=True, allow_preview=True, height=400)
336
- normal_gallery = gr.Gallery(interactive=False, show_label=False, container=True, preview=True, allow_preview=True, height=400)
337
 
338
 
339
  run_btn.click(fn=partial(preprocess, predictor),
 
332
  normal_6 = gr.Image(interactive=False, height=240, show_label=False)
333
 
334
  with gr.Row():
335
+ view_gallery = gr.Gallery(interactive=False, show_label=False, container=True, preview=True, allow_preview=False, height=1200)
336
+ normal_gallery = gr.Gallery(interactive=False, show_label=False, container=True, preview=True, allow_preview=False, height=1200)
337
 
338
 
339
  run_btn.click(fn=partial(preprocess, predictor),