rinong commited on
Commit
040da24
1 Parent(s): ec0bccf

Removed default from checkboxgroup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,7 +326,7 @@ with blocks:
326
  input_img = gr.inputs.Image(type="filepath", label="Input image")
327
 
328
  with gr.Column():
329
- style_choice = gr.inputs.CheckboxGroup(choices=editor.get_style_list(), type="value", label="Choose your styles!", value=["base"])
330
 
331
  editing_type_choice = gr.Radio(choices=["None", "InterFaceGAN", "StyleCLIP"], label="Choose latent space editing option. For InterFaceGAN and StyleCLIP, set the options below:")
332
 
 
326
  input_img = gr.inputs.Image(type="filepath", label="Input image")
327
 
328
  with gr.Column():
329
+ style_choice = gr.inputs.CheckboxGroup(choices=editor.get_style_list(), type="value", label="Choose your styles!")
330
 
331
  editing_type_choice = gr.Radio(choices=["None", "InterFaceGAN", "StyleCLIP"], label="Choose latent space editing option. For InterFaceGAN and StyleCLIP, set the options below:")
332