Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ from text.symbols import symbols
|
|
| 18 |
from text import text_to_sequence
|
| 19 |
import time
|
| 20 |
|
|
|
|
| 21 |
def get_text(text, hps):
|
| 22 |
# text_norm = requests.post("http://121.5.171.42:39001/texttosequence?text="+text).json()["text_norm"]
|
| 23 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|
|
|
|
| 18 |
from text import text_to_sequence
|
| 19 |
import time
|
| 20 |
|
| 21 |
+
|
| 22 |
def get_text(text, hps):
|
| 23 |
# text_norm = requests.post("http://121.5.171.42:39001/texttosequence?text="+text).json()["text_norm"]
|
| 24 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|