Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with iface:
|
|
226 |
|
227 |
with gr.Accordion("Click to modify detailed configurations", open=False):
|
228 |
seed = gr.Number(
|
229 |
-
value=
|
230 |
label="Change this value (any integer number) will lead to a different generation result.",
|
231 |
)
|
232 |
# duration = gr.Slider(
|
|
|
226 |
|
227 |
with gr.Accordion("Click to modify detailed configurations", open=False):
|
228 |
seed = gr.Number(
|
229 |
+
value=0,
|
230 |
label="Change this value (any integer number) will lead to a different generation result.",
|
231 |
)
|
232 |
# duration = gr.Slider(
|