Spaces:
Running
on
Zero
Running
on
Zero
Kohaku-Blueleaf
commited on
Commit
•
d06b16f
1
Parent(s):
0eabe5d
change default style
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ click "Next" button until you get the dragon girl you like.
|
|
149 |
style = gr.Dropdown(
|
150 |
DEFAULT_STYLE_LIST,
|
151 |
label="Style",
|
152 |
-
value=list(DEFAULT_STYLE_LIST)[
|
153 |
)
|
154 |
submit = gr.Button("Next", variant="primary")
|
155 |
dtg_output = gr.TextArea(
|
|
|
149 |
style = gr.Dropdown(
|
150 |
DEFAULT_STYLE_LIST,
|
151 |
label="Style",
|
152 |
+
value=list(DEFAULT_STYLE_LIST)[3],
|
153 |
)
|
154 |
submit = gr.Button("Next", variant="primary")
|
155 |
dtg_output = gr.TextArea(
|