Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import hydra
|
|
5 |
|
6 |
# Download if not exists
|
7 |
os.makedirs("checkpoints", exist_ok=True)
|
8 |
-
snapshot_download(repo_id="
|
9 |
|
10 |
print("All checkpoints downloaded")
|
11 |
|
|
|
5 |
|
6 |
# Download if not exists
|
7 |
os.makedirs("checkpoints", exist_ok=True)
|
8 |
+
snapshot_download(repo_id="kevinwang676/fish-speech", local_dir="./checkpoints/fish-speech-1")
|
9 |
|
10 |
print("All checkpoints downloaded")
|
11 |
|