update model paths
Browse files
app.py
CHANGED
|
@@ -22,8 +22,8 @@ os.makedirs("tts_model", exist_ok=True)
|
|
| 22 |
os.makedirs("audio_outputs", exist_ok=True)
|
| 23 |
|
| 24 |
# --- Model and Config URLs ---
|
| 25 |
-
MODEL_URL = "https://huggingface.co/
|
| 26 |
-
CONFIG_URL = "https://huggingface.co/
|
| 27 |
|
| 28 |
# --- Define local paths for the model and config ---
|
| 29 |
model_path = os.path.join("tts_model", "best_model.pth")
|
|
|
|
| 22 |
os.makedirs("audio_outputs", exist_ok=True)
|
| 23 |
|
| 24 |
# --- Model and Config URLs ---
|
| 25 |
+
MODEL_URL = "https://huggingface.co/sameerbanchhor/chattisgarhi-tts-models/resolve/main/Male/best_model.pth?download=true"
|
| 26 |
+
CONFIG_URL = "https://huggingface.co/sameerbanchhor/chattisgarhi-tts-models/resolve/main/Male/config.json?download=true"
|
| 27 |
|
| 28 |
# --- Define local paths for the model and config ---
|
| 29 |
model_path = os.path.join("tts_model", "best_model.pth")
|