Spaces:
Sleeping
Sleeping
mrfakename
commited on
Commit
•
2187f52
1
Parent(s):
f5915fd
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ A free demo of StyleTTS 2. **I am not affiliated with the StyleTTS 2 Authors.**
|
|
9 |
Is there a long queue on this space? Duplicate it and add a more powerful GPU to skip the wait! **Note: Thank you to Hugging Face for their generous GPU grant program!**
|
10 |
|
11 |
**NOTE: StyleTTS 2 does better on longer texts.** For example, making it say "hi" will produce a lower-quality result than making it say a longer phrase.
|
|
|
|
|
12 |
"""
|
13 |
import gradio as gr
|
14 |
import styletts2importable
|
|
|
9 |
Is there a long queue on this space? Duplicate it and add a more powerful GPU to skip the wait! **Note: Thank you to Hugging Face for their generous GPU grant program!**
|
10 |
|
11 |
**NOTE: StyleTTS 2 does better on longer texts.** For example, making it say "hi" will produce a lower-quality result than making it say a longer phrase.
|
12 |
+
|
13 |
+
**NOTE: StyleTTS 2 is English-only. Join the Discord for updates on multilingual training**
|
14 |
"""
|
15 |
import gradio as gr
|
16 |
import styletts2importable
|