Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ from TTS.api import TTS
|
|
28 |
import tempfile
|
29 |
|
30 |
# Initialize the TTS model
|
31 |
-
|
32 |
|
33 |
|
34 |
|
|
|
28 |
import tempfile
|
29 |
|
30 |
# Initialize the TTS model
|
31 |
+
tts_model = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=False)
|
32 |
|
33 |
|
34 |
|