Spaces:
Running
on
Zero
Running
on
Zero
erl-j
commited on
Commit
·
ed55dd9
1
Parent(s):
448ede7
switch to other model
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from main import sfz, decentsampler
|
|
16 |
# Download models from Hugging Face Hub
|
17 |
decoder_path = hf_hub_download("erl-j/soundfont-generator-assets", "decoder.pt")
|
18 |
model_path = hf_hub_download(
|
19 |
-
"erl-j/soundfont-generator-assets", "
|
20 |
)
|
21 |
|
22 |
# Load models once at startup
|
|
|
16 |
# Download models from Hugging Face Hub
|
17 |
decoder_path = hf_hub_download("erl-j/soundfont-generator-assets", "decoder.pt")
|
18 |
model_path = hf_hub_download(
|
19 |
+
"erl-j/soundfont-generator-assets", "synth_lfm_modern_full.ckpt"
|
20 |
)
|
21 |
|
22 |
# Load models once at startup
|