Spaces:
Running
Running
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ def create_interface():
|
|
399 |
subject = gr.Textbox(label="Subject (optional)")
|
400 |
|
401 |
# Add the radio button for global option selection
|
402 |
-
global_option = gr.Radio(["disabled", "random"], label="Set all options to:", value="
|
403 |
|
404 |
with gr.Accordion("Artform and Photo Type", open=False):
|
405 |
artform = gr.Dropdown(["disabled", "random"] + ARTFORM, label="Artform", value="disabled")
|
|
|
399 |
subject = gr.Textbox(label="Subject (optional)")
|
400 |
|
401 |
# Add the radio button for global option selection
|
402 |
+
global_option = gr.Radio(["disabled", "random"], label="Set all options to:", value="random")
|
403 |
|
404 |
with gr.Accordion("Artform and Photo Type", open=False):
|
405 |
artform = gr.Dropdown(["disabled", "random"] + ARTFORM, label="Artform", value="disabled")
|