GitHub Action commited on
Commit
71e5d2c
·
1 Parent(s): 9982dba

deploy from github actions

Browse files
Files changed (1) hide show
  1. btc_toolkit/weights_manager.py +1 -1
btc_toolkit/weights_manager.py CHANGED
@@ -29,7 +29,7 @@ BTC_WEIGHTS_URL = "https://huggingface.co/amaai-lab/music2emo/resolve/main/infer
29
  BTC_WEIGHTS_FILENAME = "btc_chord.pth"
30
 
31
  # Hash SHA256 del archivo esperado (para verificar integridad)
32
- BTC_WEIGHTS_SHA256 = "753d07ad5f8f70e1d2a58a2c80cdd5f91c23e8d3a9bb084fb7228418546388ba"
33
 
34
 
35
  def get_weights_path() -> str:
 
29
  BTC_WEIGHTS_FILENAME = "btc_chord.pth"
30
 
31
  # Hash SHA256 del archivo esperado (para verificar integridad)
32
+ BTC_WEIGHTS_SHA256 = "71c2c5db17e8c43b8a9a9da5db36ef2d667158c07a214eba16344c154c00bf54"
33
 
34
 
35
  def get_weights_path() -> str: