FrankZxShen
commited on
Commit
•
4449582
1
Parent(s):
c60e1b2
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ language_marks = {
|
|
22 |
"Mix": "",
|
23 |
}
|
24 |
|
25 |
-
|
26 |
def get_text(text, hps, is_symbol):
|
27 |
text_norm = text_to_sequence(text, hps.symbols, [] if is_symbol else hps.data.text_cleaners)
|
28 |
if hps.data.add_blank:
|
|
|
22 |
"Mix": "",
|
23 |
}
|
24 |
|
|
|
25 |
def get_text(text, hps, is_symbol):
|
26 |
text_norm = text_to_sequence(text, hps.symbols, [] if is_symbol else hps.data.text_cleaners)
|
27 |
if hps.data.add_blank:
|