Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
356e183
1
Parent(s):
7396cb8
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ from so_vits_svc_fork.inference.core import Svc
|
|
18 |
###################################################################
|
19 |
# REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME/SETTINGS
|
20 |
###################################################################
|
21 |
-
# The Hugging Face Hub repo ID
|
22 |
-
repo_id = "kevinwang676/
|
23 |
|
24 |
# If None, Uses latest ckpt in the repo
|
25 |
ckpt_name = None
|
|
|
18 |
###################################################################
|
19 |
# REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME/SETTINGS
|
20 |
###################################################################
|
21 |
+
# The Hugging Face Hub repo ID - 在这里修改repo_id,可替换成任何已经训练好的模型!
|
22 |
+
repo_id = "kevinwang676/jay"
|
23 |
|
24 |
# If None, Uses latest ckpt in the repo
|
25 |
ckpt_name = None
|