Spaces:
orrinin
/
Runtime error

orrinin commited on
Commit
c57a58b
·
verified ·
1 Parent(s): e0fd934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
208
  )
209
  randomize_seed = gr.Checkbox(label="随机种子", value=True)
210
  use_turbo = gr.Checkbox(label="快速生成", value=True)
211
- use_flash = gr.Checkbox(labe="Flash", value=False)
212
  with gr.Row(visible=True):
213
  style_selection = gr.Radio(
214
  show_label=True,
 
208
  )
209
  randomize_seed = gr.Checkbox(label="随机种子", value=True)
210
  use_turbo = gr.Checkbox(label="快速生成", value=True)
211
+ use_flash = gr.Checkbox(label="Flash", value=False)
212
  with gr.Row(visible=True):
213
  style_selection = gr.Radio(
214
  show_label=True,