Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,7 +265,7 @@ with gr.Blocks(css=CSS, delete_cache=(86400, 86400)) as app:
|
|
| 265 |
result_images = gr.Gallery(
|
| 266 |
label="Generated images",
|
| 267 |
format="png",
|
| 268 |
-
type
|
| 269 |
show_label=False,
|
| 270 |
elem_id="gallery",
|
| 271 |
columns=[2],
|
|
|
|
| 265 |
result_images = gr.Gallery(
|
| 266 |
label="Generated images",
|
| 267 |
format="png",
|
| 268 |
+
type="pil",
|
| 269 |
show_label=False,
|
| 270 |
elem_id="gallery",
|
| 271 |
columns=[2],
|