haoheliu commited on
Commit
1f282ca
1 Parent(s): 96e79ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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=45,
230
  label="Change this value (any integer number) will lead to a different generation result.",
231
  )
232
  # duration = gr.Slider(
@@ -292,35 +292,35 @@ with iface:
292
  [
293
  "An excited crowd cheering at a sports game.",
294
  3.5,
295
- 45,
296
  3,
297
  default_checkpoint,
298
  ],
299
  [
300
  "A cat is meowing for attention.",
301
  3.5,
302
- 45,
303
  3,
304
  default_checkpoint,
305
  ],
306
  [
307
  "Birds singing sweetly in a blooming garden.",
308
  3.5,
309
- 45,
310
  3,
311
  default_checkpoint,
312
  ],
313
  [
314
  "A modern synthesizer creating futuristic soundscapes.",
315
  3.5,
316
- 45,
317
  3,
318
  default_checkpoint,
319
  ],
320
  [
321
  "The vibrant beat of Brazilian samba drums.",
322
  3.5,
323
- 45,
324
  3,
325
  default_checkpoint,
326
  ],
 
226
 
227
  with gr.Accordion("Click to modify detailed configurations", open=False):
228
  seed = gr.Number(
229
+ value=1234,
230
  label="Change this value (any integer number) will lead to a different generation result.",
231
  )
232
  # duration = gr.Slider(
 
292
  [
293
  "An excited crowd cheering at a sports game.",
294
  3.5,
295
+ 1234,
296
  3,
297
  default_checkpoint,
298
  ],
299
  [
300
  "A cat is meowing for attention.",
301
  3.5,
302
+ 1234,
303
  3,
304
  default_checkpoint,
305
  ],
306
  [
307
  "Birds singing sweetly in a blooming garden.",
308
  3.5,
309
+ 1234,
310
  3,
311
  default_checkpoint,
312
  ],
313
  [
314
  "A modern synthesizer creating futuristic soundscapes.",
315
  3.5,
316
+ 1234,
317
  3,
318
  default_checkpoint,
319
  ],
320
  [
321
  "The vibrant beat of Brazilian samba drums.",
322
  3.5,
323
+ 1234,
324
  3,
325
  default_checkpoint,
326
  ],