Alidr79 commited on
Commit
7f62a47
·
verified ·
1 Parent(s): c1f12e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -87,7 +87,9 @@ def tts_fn(slider_value, input_text):
87
  text += i + " <pad> "
88
 
89
  text += "</s>"
90
- print(text)
 
 
91
 
92
  with torch.no_grad():
93
  inputs = processor(text = text, return_tensors="pt")
 
87
  text += i + " <pad> "
88
 
89
  text += "</s>"
90
+
91
+ print("sentence:", input_text)
92
+ print("sentence phonemes:", text)
93
 
94
  with torch.no_grad():
95
  inputs = processor(text = text, return_tensors="pt")