Spaces:
Running
Running
GitHub Action commited on
Commit ·
71e5d2c
1
Parent(s): 9982dba
deploy from github actions
Browse files
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 = "
|
| 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:
|