Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from text import text_to_sequence
|
|
13 |
from text.symbols import symbols
|
14 |
|
15 |
limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
|
16 |
-
|
17 |
|
18 |
def get_text(text, hps):
|
19 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|
|
|
13 |
from text.symbols import symbols
|
14 |
|
15 |
limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
|
16 |
+
|
17 |
|
18 |
def get_text(text, hps):
|
19 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|