nsfwalex commited on
Commit
1023ca3
1 Parent(s): c62dee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(css=css,head=js,fill_height=True) as demo:
176
  with gr.Group():
177
  result = gr.Gallery(value=[cfg.get("cover_path","")],
178
  label="Result", show_label=False, columns=1, rows=1, show_share_button=True,
179
- show_download_button=True,allow_preview=True,interactive=False, min_width=cfg.get("window_min_width", 340),height=400
180
  )
181
  with gr.Row():
182
  prompt = gr.Text(
 
176
  with gr.Group():
177
  result = gr.Gallery(value=[cfg.get("cover_path","")],
178
  label="Result", show_label=False, columns=1, rows=1, show_share_button=True,
179
+ show_download_button=True,allow_preview=True,interactive=False, min_width=cfg.get("window_min_width", 340),height=360
180
  )
181
  with gr.Row():
182
  prompt = gr.Text(