haoheliu commited on
Commit
c065520
1 Parent(s): 3c782a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=42,
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(