hzrr commited on
Commit
151afe1
1 Parent(s): b780be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ from text.symbols import symbols
18
  from text import text_to_sequence
19
  import time
20
 
 
21
  def get_text(text, hps):
22
  # text_norm = requests.post("http://121.5.171.42:39001/texttosequence?text="+text).json()["text_norm"]
23
  text_norm = text_to_sequence(text, hps.data.text_cleaners)
 
18
  from text import text_to_sequence
19
  import time
20
 
21
+
22
  def get_text(text, hps):
23
  # text_norm = requests.post("http://121.5.171.42:39001/texttosequence?text="+text).json()["text_norm"]
24
  text_norm = text_to_sequence(text, hps.data.text_cleaners)