Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
print("🔁 Loading XTTS model once...")
|
| 7 |
|
| 8 |
tts = TTS(
|
| 9 |
-
model_path="/models/xtts/
|
| 10 |
config_path="/models/xtts/config.json",
|
| 11 |
gpu=False
|
| 12 |
)
|
|
|
|
| 6 |
print("🔁 Loading XTTS model once...")
|
| 7 |
|
| 8 |
tts = TTS(
|
| 9 |
+
model_path="/models/xtts/",
|
| 10 |
config_path="/models/xtts/config.json",
|
| 11 |
gpu=False
|
| 12 |
)
|