Raaniel commited on
Commit
b9334c0
1 Parent(s): 6c16b94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def load_default_weights():
13
 
14
  REPO_ID = "peterwilli/audio-maister"
15
  print(f"Loading standard model weight at {REPO_ID}")
16
- MODEL_FILE_NAME = "audiomaister_v1.ckpt"
17
  checkpoint_path = hf_hub_download(repo_id=REPO_ID, filename=MODEL_FILE_NAME)
18
  return checkpoint_path
19
 
 
13
 
14
  REPO_ID = "peterwilli/audio-maister"
15
  print(f"Loading standard model weight at {REPO_ID}")
16
+ MODEL_FILE_NAME = "audiomaister_v1.5.ckpt"
17
  checkpoint_path = hf_hub_download(repo_id=REPO_ID, filename=MODEL_FILE_NAME)
18
  return checkpoint_path
19