BurhaanZargar commited on
Commit
e42828e
·
verified ·
1 Parent(s): d53f049

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def load_models():
21
  # Load Matcha
22
  model = MatchaTTS.load_from_checkpoint(ckpt, map_location=DEVICE, weights_only=False)
23
  model.eval()
24
-
25
  print("[*] Downloading HiFi-GAN vocoder...")
26
  # FIX: Use the correct repository ID and filename
27
  # Many Matcha-TTS setups use 'shivammehta25/Matcha-TTS' or specific vocoder repos
 
21
  # Load Matcha
22
  model = MatchaTTS.load_from_checkpoint(ckpt, map_location=DEVICE, weights_only=False)
23
  model.eval()
24
+
25
  print("[*] Downloading HiFi-GAN vocoder...")
26
  # FIX: Use the correct repository ID and filename
27
  # Many Matcha-TTS setups use 'shivammehta25/Matcha-TTS' or specific vocoder repos