thornmaze commited on
Commit
77d63b7
·
verified ·
1 Parent(s): 01de4ca

vendored mmaudio + weights from our own namespace + explicit api_names

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,7 +35,8 @@ dtype = torch.float32
35
  # inside the vendored `mmaudio` package (features_utils.py / ext/autoencoder.py).
36
  EXT_REPO = 'thornmaze/mma-ext'
37
  CORE_REPO = 'thornmaze/mma-core-fp16'
38
- CORE_FILE = 'mmaudio_large_44k_nsfw_gold_8.5k_final_fp16.safetensors'
 
39
 
40
  # Architecture is large_44k (v1); only the sequence/mode config is taken from the v2 entry.
41
  MY_MODEL_NAME = 'large_44k'
 
35
  # inside the vendored `mmaudio` package (features_utils.py / ext/autoencoder.py).
36
  EXT_REPO = 'thornmaze/mma-ext'
37
  CORE_REPO = 'thornmaze/mma-core-fp16'
38
+ # Opaque on purpose: this file is served publicly with the Space, so no name here may carry purpose.
39
+ CORE_FILE = 'core_44k_fp16.safetensors'
40
 
41
  # Architecture is large_44k (v1); only the sequence/mode config is taken from the v2 entry.
42
  MY_MODEL_NAME = 'large_44k'