Shahadbal commited on
Commit
1c7dabe
·
verified ·
1 Parent(s): 9a755d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ iface = gr.Interface(
74
  inputs=[
75
  gr.Textbox(label="Name", placeholder="Enter the character's name"),
76
  gr.Radio(label="Gender", choices=['female','male']),
77
- gr.Dropdown(label="Personality Trait", choices=traits, default=traits[0]),
78
- gr.Dropdown(label="Superpower", choices=superpowers, default=superpowers[0])
79
  ],
80
  outputs="text",
81
  title="Character Description Generator",
 
74
  inputs=[
75
  gr.Textbox(label="Name", placeholder="Enter the character's name"),
76
  gr.Radio(label="Gender", choices=['female','male']),
77
+ gr.Dropdown(label="Personality Trait", choices=traits),
78
+ gr.Dropdown(label="Superpower", choices=superpowers)
79
  ],
80
  outputs="text",
81
  title="Character Description Generator",