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