Update demo.py
Browse files
demo.py
CHANGED
@@ -322,7 +322,8 @@ user_guide_html = f"""
|
|
322 |
<h2 style="border-bottom: 1px solid #555; padding-bottom: 5px;">Quick Notes:</h2>
|
323 |
|
324 |
<p> This is run on a single RTX 3090. </p>
|
325 |
-
<p> These networks can only generate natural speech with correct intonations (i.e generating NSFW, non-speech sounds, stutters etc. doesn't work
|
|
|
326 |
<p> I will gradually update here and -> <a href="https://github.com/Respaired/Project_Kalliope" target="_blank" style="color: #77abff;">Github</a> </p>
|
327 |
<p>Everything in this demo & the repo (coming soon) is experimental. The main idea is just playing around with different things to see what works when you're limited to training on a pair of RTX 3090s.</p>
|
328 |
<p>The data used for the english model is rough and pretty tough for any TTS model (think debates, real conversations, plus a little bit of cleaner professional performances). It mostly comes from public sources or third parties (no TOS signed). I'll probably write a blog post later with more details.</p>
|
|
|
322 |
<h2 style="border-bottom: 1px solid #555; padding-bottom: 5px;">Quick Notes:</h2>
|
323 |
|
324 |
<p> This is run on a single RTX 3090. </p>
|
325 |
+
<p> These networks can only generate natural speech with correct intonations (i.e generating NSFW, non-speech sounds, stutters etc. doesn't work) </p>
|
326 |
+
<p> Make sure your inputs are not too short (more than a sentence long). </p>
|
327 |
<p> I will gradually update here and -> <a href="https://github.com/Respaired/Project_Kalliope" target="_blank" style="color: #77abff;">Github</a> </p>
|
328 |
<p>Everything in this demo & the repo (coming soon) is experimental. The main idea is just playing around with different things to see what works when you're limited to training on a pair of RTX 3090s.</p>
|
329 |
<p>The data used for the english model is rough and pretty tough for any TTS model (think debates, real conversations, plus a little bit of cleaner professional performances). It mostly comes from public sources or third parties (no TOS signed). I'll probably write a blog post later with more details.</p>
|