Spaces:
Sleeping
Sleeping
ulysses115
commited on
Commit
•
f2eaf5c
1
Parent(s):
adaad9d
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def audio_postprocess(self, y):
|
|
45 |
|
46 |
gr.Audio.postprocess = audio_postprocess
|
47 |
|
48 |
-
def get_text(text, hps):
|
49 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|
50 |
if hps.data.add_blank:
|
51 |
text_norm = commons.intersperse(text_norm, 0)
|
|
|
45 |
|
46 |
gr.Audio.postprocess = audio_postprocess
|
47 |
|
48 |
+
def get_text(text, hps, is_symbol):
|
49 |
text_norm = text_to_sequence(text, hps.data.text_cleaners)
|
50 |
if hps.data.add_blank:
|
51 |
text_norm = commons.intersperse(text_norm, 0)
|