fix #3, caused by gradio bug which fixed in gradio 3.15

dev
akiba 2023-01-09 18:43:14 +08:00
parent 857a33968f
commit 1f9b51745f
No known key found for this signature in database
GPG Key ID: 4CE9A24A15E72161
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def add_tab():
label="Pruning Methods")
with gr.Row():
checkpoint_formats = gr.CheckboxGroup(choices=["ckpt", "safetensors"], value="ckpt",
checkpoint_formats = gr.CheckboxGroup(choices=["ckpt", "safetensors"], value=["ckpt"],
label="Checkpoint Format", elem_id="checkpoint_format")
show_extra_options = gr.Checkbox(label="Show extra options", value=False)