Spaces:
Sleeping
Sleeping
Update ui_client.py
Browse files- ui_client.py +3 -2
ui_client.py
CHANGED
|
@@ -409,7 +409,7 @@ with gr.Blocks(css=css) as interface:
|
|
| 409 |
gr.HTML(
|
| 410 |
"""
|
| 411 |
<ul>
|
| 412 |
-
<li>Stage 0: (optional) add your customized voice preset for a more personalized audio creation experience
|
| 413 |
<li>Stage 1: generate the audio script based on the input text instruction (the default language is English, but you can actually type in your own language).</li>
|
| 414 |
<li>Stage 2: Select the suitable voice in the multilingual voice preset for each character in the audio script & generate audio.</li>
|
| 415 |
</ul>
|
|
@@ -472,7 +472,8 @@ with gr.Blocks(css=css) as interface:
|
|
| 472 |
"""
|
| 473 |
<ul>
|
| 474 |
<li> You can share with the HuggingFace community by clicking the "Share to community" button.</li>
|
| 475 |
-
<li> You can
|
|
|
|
| 476 |
</ul>
|
| 477 |
"""
|
| 478 |
)
|
|
|
|
| 409 |
gr.HTML(
|
| 410 |
"""
|
| 411 |
<ul>
|
| 412 |
+
<li>Stage 0: (optional) add your customized voice preset for a more personalized audio creation experience. User also often shares presets in <a href="https://discord.com/invite/5Hqu9NmA8V">Discord</a>.</li>
|
| 413 |
<li>Stage 1: generate the audio script based on the input text instruction (the default language is English, but you can actually type in your own language).</li>
|
| 414 |
<li>Stage 2: Select the suitable voice in the multilingual voice preset for each character in the audio script & generate audio.</li>
|
| 415 |
</ul>
|
|
|
|
| 472 |
"""
|
| 473 |
<ul>
|
| 474 |
<li> You can share with the HuggingFace community by clicking the "Share to community" button.</li>
|
| 475 |
+
<li> You can share your generations to our <a href="https://discord.com/invite/5Hqu9NmA8V">Discord</a> channel!</li>
|
| 476 |
+
<li> You can also share the voice presets (along with descriptions) you found in <a href="https://discord.com/invite/5Hqu9NmA8V">Discord</a>.</li>
|
| 477 |
</ul>
|
| 478 |
"""
|
| 479 |
)
|