Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ print("Loading SNAC model...")
|
|
| 14 |
snac_model = SNAC.from_pretrained("hubertsiuzdak/snac_24khz")
|
| 15 |
snac_model = snac_model.to(device)
|
| 16 |
|
| 17 |
-
model_name = "Karayakar/Orpheus-TTS-Turkish-PT-
|
| 18 |
|
| 19 |
# Download only model config and safetensors
|
| 20 |
snapshot_download(
|
|
|
|
| 14 |
snac_model = SNAC.from_pretrained("hubertsiuzdak/snac_24khz")
|
| 15 |
snac_model = snac_model.to(device)
|
| 16 |
|
| 17 |
+
model_name = "Karayakar/Orpheus-TTS-Turkish-PT-5000"
|
| 18 |
|
| 19 |
# Download only model config and safetensors
|
| 20 |
snapshot_download(
|