Spaces:
Running
on
Zero
Running
on
Zero
DarkAcorn
commited on
Commit
·
6a469b8
1
Parent(s):
7b7be19
rollback to 25000 as its bad
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ snac_model = SNAC.from_pretrained("hubertsiuzdak/snac_24khz")
|
|
15 |
snac_model = snac_model.to(device)
|
16 |
|
17 |
|
18 |
-
model_name = "MrDragonFox/
|
19 |
|
20 |
# Download only model config and safetensors
|
21 |
snapshot_download(
|
|
|
15 |
snac_model = snac_model.to(device)
|
16 |
|
17 |
|
18 |
+
model_name = "MrDragonFox/mOrpheus_3B-1Base_early_preview-v1-25000"
|
19 |
|
20 |
# Download only model config and safetensors
|
21 |
snapshot_download(
|