doevent commited on
Commit
76b05a6
1 Parent(s): ad22c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
76
 
77
  run_button = gr.Button("Run", scale=0, variant="primary")
78
 
79
- result = gr.Image(label="Result", show_label=False)
80
 
81
  with gr.Accordion("Advanced Settings", open=False):
82
  negative_prompt = gr.Text(
 
76
 
77
  run_button = gr.Button("Run", scale=0, variant="primary")
78
 
79
+ result = gr.Image(label="Result", show_label=False, format="png")
80
 
81
  with gr.Accordion("Advanced Settings", open=False):
82
  negative_prompt = gr.Text(