Spaces:
Running on Zero
Running on Zero
Kazuto Nakashima commited on
Commit ·
3ee0b5f
1
Parent(s): aebfa9a
update default model checkpoint in dropdown to "1-RF"
Browse files
app.py
CHANGED
|
@@ -181,7 +181,7 @@ with gr.Blocks() as demo:
|
|
| 181 |
gr.Textbox(device, label="Running device")
|
| 182 |
dropdown_model = gr.Dropdown(
|
| 183 |
choices=list(model_dict.keys()),
|
| 184 |
-
value="
|
| 185 |
label="Model checkpoint",
|
| 186 |
info="RF: rectified flow, TD: timestep distillation",
|
| 187 |
)
|
|
|
|
| 181 |
gr.Textbox(device, label="Running device")
|
| 182 |
dropdown_model = gr.Dropdown(
|
| 183 |
choices=list(model_dict.keys()),
|
| 184 |
+
value="1-RF",
|
| 185 |
label="Model checkpoint",
|
| 186 |
info="RF: rectified flow, TD: timestep distillation",
|
| 187 |
)
|