Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css=css) as demo:
|
|
128 |
background = gr.Dropdown(
|
129 |
label="Background:",
|
130 |
choices=backgrounds_list,
|
131 |
-
value=backgrounds_list[
|
132 |
)
|
133 |
|
134 |
pose = gr.Dropdown(
|
|
|
128 |
background = gr.Dropdown(
|
129 |
label="Background:",
|
130 |
choices=backgrounds_list,
|
131 |
+
value=backgrounds_list[1],
|
132 |
)
|
133 |
|
134 |
pose = gr.Dropdown(
|