Respair commited on
Commit
c43104d
·
verified ·
1 Parent(s): 23b2742

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
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 (Using Text Meaning)</h3>
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