Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ Merge by [Sayak Paul](https://huggingface.co/sayakpaul) of 2 of the 12B param re
|
|
68 |
value=8,
|
69 |
)
|
70 |
|
71 |
-
result = gr.Image(label="Result", show_label=False)
|
72 |
|
73 |
with gr.Accordion("Advanced Settings", open=False):
|
74 |
|
|
|
68 |
value=8,
|
69 |
)
|
70 |
|
71 |
+
result = gr.Image(label="Result", show_label=False, format="png")
|
72 |
|
73 |
with gr.Accordion("Advanced Settings", open=False):
|
74 |
|