Menyu commited on
Commit
0813976
·
verified ·
1 Parent(s): 4495d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(css=css) as demo:
90
  container=False,
91
  )
92
  run_button = gr.Button("生成", scale=0, variant="primary")
93
- result = gr.Image(label="Result", show_label=False,encode_format="png")
94
  with gr.Accordion("高级选项", open=False):
95
  with gr.Row():
96
  use_negative_prompt = gr.Checkbox(label="使用反向词条", value=True)
 
90
  container=False,
91
  )
92
  run_button = gr.Button("生成", scale=0, variant="primary")
93
+ result = gr.Image(label="Result", show_label=False, format="png")
94
  with gr.Accordion("高级选项", open=False):
95
  with gr.Row():
96
  use_negative_prompt = gr.Checkbox(label="使用反向词条", value=True)