andhikagg commited on
Commit
8d201a8
·
verified ·
1 Parent(s): 3de27d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from text import text_to_sequence
13
  from text.symbols import symbols
14
 
15
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
16
-
17
 
18
  def get_text(text, hps):
19
  text_norm = text_to_sequence(text, hps.data.text_cleaners)
 
13
  from text.symbols import symbols
14
 
15
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
16
+
17
 
18
  def get_text(text, hps):
19
  text_norm = text_to_sequence(text, hps.data.text_cleaners)