Spaces:
Running
Running
Update
Browse files
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="
|
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")
|