DarianT commited on
Commit
bbe1cf1
·
verified ·
1 Parent(s): 4547189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css=css) as demo:
122
  identity = gr.Dropdown(
123
  label="Identity:",
124
  choices=id_list,
125
- value=id_list[0],
126
  )
127
 
128
  background = gr.Dropdown(
 
122
  identity = gr.Dropdown(
123
  label="Identity:",
124
  choices=id_list,
125
+ value=id_list[2],
126
  )
127
 
128
  background = gr.Dropdown(