doevent commited on
Commit
2df1ac3
·
verified ·
1 Parent(s): 0aa566a

Update app.py

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