wsntxxn commited on
Commit
04dfe4a
·
1 Parent(s): 3c0f174

Modify app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
app.py CHANGED
@@ -387,8 +387,14 @@ with gr.Blocks(
387
 
388
  gr.Examples(
389
  examples=[
390
- ["pop music with a male singing rap", 5.0, 25],
391
- ["classical piano solo", 5.0, 25],
 
 
 
 
 
 
392
  ],
393
  inputs=[t2m_caption, t2m_guidance, t2m_steps]
394
  )
@@ -447,7 +453,7 @@ with gr.Blocks(
447
  gr.Examples(
448
  examples=[
449
  [
450
- "Hello this is a special sentence with zyloph",
451
  "./data/egs/tts_speaker_ref.flac", 5.0, 25
452
  ],
453
  ],
@@ -705,7 +711,7 @@ with gr.Blocks(
705
  """
706
  ---
707
  ### 📝 Notes
708
- - **Model Name**: Choose from `UniFlow-Audio-large`, `UniFlow-Audio-medium`, or `UniFlow-Audio-small`
709
  - **Guidance Scale**: Controls the guidance strength of the input condition on the output
710
  - **Sampling Steps**: Number of flow matching sampling steps
711
 
 
387
 
388
  gr.Examples(
389
  examples=[
390
+ [
391
+ "This song contains someone playing a gentle and warm sounding melody on a violin accompanied by a harp. This song may be playing live.",
392
+ 5.0, 25
393
+ ],
394
+ [
395
+ "The music features an ukulele playing a combination of melody and arpeggiated accompaniment. There are no other instruments, this is a solo interpretation.",
396
+ 5.0, 25
397
+ ],
398
  ],
399
  inputs=[t2m_caption, t2m_guidance, t2m_steps]
400
  )
 
453
  gr.Examples(
454
  examples=[
455
  [
456
+ "She makes effort after effort, trembling with eagerness, and when she fails to reproduce what she sees, she works herself into a frenzy of grief and disappointment.",
457
  "./data/egs/tts_speaker_ref.flac", 5.0, 25
458
  ],
459
  ],
 
711
  """
712
  ---
713
  ### 📝 Notes
714
+ - **Model Name**: Choose from `UniFlow-Audio-v1.1-XLarge`, `UniFlow-Audio-v1.1-Large`, `UniFlow-Audio-v1.1-Base`, or `UniFlow-Audio-v1.1-Small`.
715
  - **Guidance Scale**: Controls the guidance strength of the input condition on the output
716
  - **Sampling Steps**: Number of flow matching sampling steps
717