Spaces:
Running on Zero
Running on Zero
prismaudio-project commited on
Commit ·
6a864cd
1
Parent(s): 2da288c
fix
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ SAMPLE_RATE = 44100
|
|
| 52 |
|
| 53 |
# ==================== Model Path Configuration ====================
|
| 54 |
from huggingface_hub import snapshot_download
|
| 55 |
-
snapshot_download(repo_id="FunAudioLLM/PrismAudio", local_dir="./ckpts"
|
| 56 |
|
| 57 |
MODEL_CONFIG_PATH = "PrismAudio/configs/model_configs/prismaudio.json"
|
| 58 |
CKPT_PATH = "ckpts/prismaudio.ckpt"
|
|
|
|
| 52 |
|
| 53 |
# ==================== Model Path Configuration ====================
|
| 54 |
from huggingface_hub import snapshot_download
|
| 55 |
+
snapshot_download(repo_id="FunAudioLLM/PrismAudio", local_dir="./ckpts")
|
| 56 |
|
| 57 |
MODEL_CONFIG_PATH = "PrismAudio/configs/model_configs/prismaudio.json"
|
| 58 |
CKPT_PATH = "ckpts/prismaudio.ckpt"
|