sameerbanchhor commited on
Commit
8d060d1
·
verified ·
1 Parent(s): 913beae

update model paths

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/SYSPIN/vits_Chhattisgarhi_Female/resolve/main/best_model.pth?download=true"
26
- CONFIG_URL = "https://huggingface.co/SYSPIN/vits_Chhattisgarhi_Female/resolve/main/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")
 
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")