DetGC commited on
Commit
3a1e60d
·
verified ·
1 Parent(s): 32f6afd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS) as demo:
170
 
171
  with gr.Column(scale=2):
172
  gallery = gr.Gallery(label="Output", show_download_button=True, elem_classes="gallery",
173
- interactive=False, show_share_button=false, container=True, format="png",
174
  preview=True, object_fit="cover", columns=2, rows=2)
175
 
176
  for m, o in zip(current_models, output):
 
170
 
171
  with gr.Column(scale=2):
172
  gallery = gr.Gallery(label="Output", show_download_button=True, elem_classes="gallery",
173
+ interactive=False, show_share_button=False, container=True, format="png",
174
  preview=True, object_fit="cover", columns=2, rows=2)
175
 
176
  for m, o in zip(current_models, output):