Spaces:
Sleeping
Sleeping
Update ui_client.py
Browse files- ui_client.py +3 -3
ui_client.py
CHANGED
@@ -406,9 +406,9 @@ with gr.Blocks(css=css) as interface:
|
|
406 |
"""
|
407 |
<p>WavJourney Pipeline:<p/>
|
408 |
<ul>
|
409 |
-
<li>Stage 0: (optional) add your customized voice preset for more personalized audio creation experience.</li>
|
410 |
<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>
|
411 |
-
<li>Stage 2:
|
412 |
</ul>
|
413 |
|
414 |
|
@@ -518,7 +518,7 @@ with gr.Blocks(css=css) as interface:
|
|
518 |
gr.Markdown(
|
519 |
"""
|
520 |
|
521 |
-
What makes for good voice prompt? See detailed instructions <a href="https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer">here</a>.
|
522 |
"""
|
523 |
)
|
524 |
vp_text_id = gr.Textbox(label='Id', lines=1, placeholder="Input voice preset id here.")
|
|
|
406 |
"""
|
407 |
<p>WavJourney Pipeline:<p/>
|
408 |
<ul>
|
409 |
+
<li>Stage 0: (optional) add your customized voice preset for a more personalized audio creation experience.</li>
|
410 |
<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>
|
411 |
+
<li>Stage 2: select the suitable voice in the multilingual voice preset for each character in the audio script & generate audio.</li>
|
412 |
</ul>
|
413 |
|
414 |
|
|
|
518 |
gr.Markdown(
|
519 |
"""
|
520 |
|
521 |
+
What makes for a good voice prompt? See detailed instructions <a href="https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer">here</a>.
|
522 |
"""
|
523 |
)
|
524 |
vp_text_id = gr.Textbox(label='Id', lines=1, placeholder="Input voice preset id here.")
|