Spaces:
Running on Zero
Running on Zero
Modify app.py
Browse files
app.py
CHANGED
|
@@ -387,8 +387,14 @@ with gr.Blocks(
|
|
| 387 |
|
| 388 |
gr.Examples(
|
| 389 |
examples=[
|
| 390 |
-
[
|
| 391 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
],
|
| 393 |
inputs=[t2m_caption, t2m_guidance, t2m_steps]
|
| 394 |
)
|
|
@@ -447,7 +453,7 @@ with gr.Blocks(
|
|
| 447 |
gr.Examples(
|
| 448 |
examples=[
|
| 449 |
[
|
| 450 |
-
"
|
| 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-
|
| 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 |
|