Upload folder using huggingface_hub
Browse files
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
|