ORI-Muchim commited on
Commit
4d00a2e
·
verified ·
1 Parent(s): a55ee0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ from text import text_to_sequence, _clean_text
14
  from mel_processing import spectrogram_torch
15
 
16
  from text.symbols import symbols
17
- import langdetect
18
 
19
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
20
 
 
14
  from mel_processing import spectrogram_torch
15
 
16
  from text.symbols import symbols
 
17
 
18
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
19