hmb HF Staff commited on
Commit
bbce619
·
verified ·
1 Parent(s): 2d6ee1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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).",