Spaces:
Running
Running
CjangCjengh
commited on
Commit
•
47e0220
1
Parent(s):
2197f4c
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ def get_text(text, hps, cleaned=False):
|
|
32 |
|
33 |
def speech_synthesize(text, cleaned, length_scale):
|
34 |
text=text.replace('\n','')
|
|
|
35 |
stn_tst = get_text(text, hps_ms, cleaned)
|
36 |
with torch.no_grad():
|
37 |
x_tst = stn_tst.unsqueeze(0)
|
|
|
32 |
|
33 |
def speech_synthesize(text, cleaned, length_scale):
|
34 |
text=text.replace('\n','')
|
35 |
+
print(text)
|
36 |
stn_tst = get_text(text, hps_ms, cleaned)
|
37 |
with torch.no_grad():
|
38 |
x_tst = stn_tst.unsqueeze(0)
|