Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -295,6 +295,7 @@ with gr.Blocks() as demo:
|
|
295 |
)
|
296 |
|
297 |
extra_options = gr.Dropdown(
|
|
|
298 |
choices=[
|
299 |
"If there is a person/character in the image you must refer to them as {name}.",
|
300 |
"Do NOT include information about people/characters that cannot be changed (like ethnicity, gender, etc), but do still include changeable attributes (like hair style).",
|
|
|
295 |
)
|
296 |
|
297 |
extra_options = gr.Dropdown(
|
298 |
+
multiselect="true",
|
299 |
choices=[
|
300 |
"If there is a person/character in the image you must refer to them as {name}.",
|
301 |
"Do NOT include information about people/characters that cannot be changed (like ethnicity, gender, etc), but do still include changeable attributes (like hair style).",
|