doevent commited on
Commit
fe3b5bf
·
verified ·
1 Parent(s): be4123d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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