blanchon commited on
Commit
4f3468a
·
1 Parent(s): da56090
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(css=css) as demo:
276
  )
277
  model_type = gr.Radio(
278
  choices=["schnell", "dev", "pixart"],
279
- value="schnell",
280
  label="Model Type",
281
  )
282
  run_button = gr.Button("Run")
 
276
  )
277
  model_type = gr.Radio(
278
  choices=["schnell", "dev", "pixart"],
279
+ value="dev",
280
  label="Model Type",
281
  )
282
  run_button = gr.Button("Run")