Spaces:
Running
on
Zero
Running
on
Zero
DarkAcorn
commited on
Commit
·
7b7be19
1
Parent(s):
ae5964a
update to seasion 2 experiment_1 -
Browse files
app.py
CHANGED
@@ -14,6 +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 = "MrDragonFox/baddy_S2_EXP_1"
|
18 |
|
19 |
# Download only model config and safetensors
|
|
|
14 |
snac_model = SNAC.from_pretrained("hubertsiuzdak/snac_24khz")
|
15 |
snac_model = snac_model.to(device)
|
16 |
|
17 |
+
|
18 |
model_name = "MrDragonFox/baddy_S2_EXP_1"
|
19 |
|
20 |
# Download only model config and safetensors
|