Spaces:
Running
Running
Update app.py
Browse files
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 |
|