Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from text.symbols import symbols
|
|
| 8 |
from text import text_to_sequence
|
| 9 |
import numpy as np
|
| 10 |
import os
|
|
|
|
| 11 |
import translators.server as tss
|
| 12 |
def get_text(text, hps):
|
| 13 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|
|
|
|
| 8 |
from text import text_to_sequence
|
| 9 |
import numpy as np
|
| 10 |
import os
|
| 11 |
+
|
| 12 |
import translators.server as tss
|
| 13 |
def get_text(text, hps):
|
| 14 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|