Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ import tempfile
|
|
| 24 |
import os
|
| 25 |
|
| 26 |
from chatterbox.tts import ChatterboxTTS
|
| 27 |
-
from chatterbox.models.
|
| 28 |
|
| 29 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 30 |
repo_id = "Praha-Labs/PrahaTTS-ML"
|
|
|
|
| 24 |
import os
|
| 25 |
|
| 26 |
from chatterbox.tts import ChatterboxTTS
|
| 27 |
+
from chatterbox.models.tokenizers import EnTokenizer
|
| 28 |
|
| 29 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 30 |
repo_id = "Praha-Labs/PrahaTTS-ML"
|