fix #3, caused by gradio bug which fixed in gradio 3.15
parent
857a33968f
commit
1f9b51745f
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue