erl-j commited on
Commit
ed55dd9
·
1 Parent(s): 448ede7

switch to other model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "synth_lfm_classic_full.ckpt"
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