Spaces:
Running
Running
Update app.py
Browse files
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=
|
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):
|