doevent commited on
Commit
261b7ad
·
verified ·
1 Parent(s): effa86d

Update app.py

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