Spaces:
Runtime error
Runtime error
Removed default from checkboxgroup
Browse files
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!"
|
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 |
|