Eun0 commited on
Commit
7b23eef
1 Parent(s): eaa33f1

Fix result size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def split_image(image, parts, direction='horizontal'):
41
 
42
 
43
  css = "#file {height: 10vh;}"
44
- result_image = gr.Gallery()
45
  with gr.Blocks(css=css) as demo:
46
  with gr.Tabs():
47
  with gr.Tab(label="Split") as tab_split:
 
41
 
42
 
43
  css = "#file {height: 10vh;}"
44
+ result_image = gr.Gallery(height="45vh")
45
  with gr.Blocks(css=css) as demo:
46
  with gr.Tabs():
47
  with gr.Tab(label="Split") as tab_split: