Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -330,6 +330,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
| 330 |
result = gr.Image(
|
| 331 |
interactive=False,
|
| 332 |
label="Generated Image",
|
|
|
|
| 333 |
)
|
| 334 |
history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
| 335 |
|
|
|
|
| 330 |
result = gr.Image(
|
| 331 |
interactive=False,
|
| 332 |
label="Generated Image",
|
| 333 |
+
format="png",
|
| 334 |
)
|
| 335 |
history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
| 336 |
|