John6666 commited on
Commit
052645a
Β·
verified Β·
1 Parent(s): 8f9d631

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
48
  with gr.Group():
49
  with gr.Row():
50
  output = [gr.Image(label='', elem_classes="output", type="filepath", format="png",
51
- show_download_button=True, show_share_button=False, show_label=False, container=False,
52
  interactive=False, min_width=80, visible=True) for _ in range(max_images)]
53
  with gr.Group():
54
  results = gr.Gallery(label="Gallery", elem_classes="gallery", interactive=False, show_download_button=True, show_share_button=False,
 
48
  with gr.Group():
49
  with gr.Row():
50
  output = [gr.Image(label='', elem_classes="output", type="filepath", format="png",
51
+ show_download_button=True, show_share_button=False, show_label=False,
52
  interactive=False, min_width=80, visible=True) for _ in range(max_images)]
53
  with gr.Group():
54
  results = gr.Gallery(label="Gallery", elem_classes="gallery", interactive=False, show_download_button=True, show_share_button=False,