Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ Is there a long queue on this space? Duplicate it and add a more powerful GPU to
|
|
| 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
|
|
|
|
| 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 _currently_ English-only. Join the Discord for updates on multilingual training.**
|
| 14 |
"""
|
| 15 |
import gradio as gr
|
| 16 |
import styletts2importable
|