Update demo.py
Browse files
demo.py
CHANGED
@@ -346,9 +346,9 @@ user_guide_html = f"""
|
|
346 |
|
347 |
<hr style="border-color: #555; margin: 15px 0;">
|
348 |
|
349 |
-
<h3 style="color: #a3ffc3;">Text-Guided Tab (
|
350 |
<ul>
|
351 |
-
<li><b>Intuition:</b> Figure out the voice style just from the text itself (using semantic encoders). No audio needed, which makes suitable for real-time use cases.</li>
|
352 |
<li><b>Speaker Prefix:</b> For Russian, you can use 'Speaker_ + number:'. As for the English, you can use any names. Names were randomly assigned during the training of the Encoder.</li>
|
353 |
</ul>
|
354 |
|
|
|
346 |
|
347 |
<hr style="border-color: #555; margin: 15px 0;">
|
348 |
|
349 |
+
<h3 style="color: #a3ffc3;">Text-Guided Tab (Style is conditioned on the information and contents of the text)</h3>
|
350 |
<ul>
|
351 |
+
<li><b>Intuition:</b> it will Figure out the voice style just from the text itself (using semantic encoders). No audio needed, which makes it suitable for real-time use cases.</li>
|
352 |
<li><b>Speaker Prefix:</b> For Russian, you can use 'Speaker_ + number:'. As for the English, you can use any names. Names were randomly assigned during the training of the Encoder.</li>
|
353 |
</ul>
|
354 |
|