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