nsfwalex commited on
Commit
c0087df
1 Parent(s): 1708f53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ with gr.Blocks(css=css,head=js,fill_height=True) as demo:
293
  with gr.Row(equal_height=False):
294
  with gr.Group():
295
  gr.HTML(value=desc_html, elem_id='desc_html_code')
296
- result = gr.Gallery(value=default_image,
297
  label="Result", show_label=False, columns=1, rows=1, show_share_button=True,elem_id=cfg["model_id"].replace("/", "-"),
298
  show_download_button=True,allow_preview=False,interactive=False, min_width=cfg.get("window_min_width", 340),height=360
299
  )
 
293
  with gr.Row(equal_height=False):
294
  with gr.Group():
295
  gr.HTML(value=desc_html, elem_id='desc_html_code')
296
+ result = gr.Gallery(value=[default_image],
297
  label="Result", show_label=False, columns=1, rows=1, show_share_button=True,elem_id=cfg["model_id"].replace("/", "-"),
298
  show_download_button=True,allow_preview=False,interactive=False, min_width=cfg.get("window_min_width", 340),height=360
299
  )