Spaces:
Runtime error
Runtime error
quinnpertuit
commited on
Commit
•
4c15d01
1
Parent(s):
1dffca0
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from so_vits_svc_fork.inference.core import Svc
|
|
19 |
# REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME/SETTINGS
|
20 |
###################################################################
|
21 |
# The Hugging Face Hub repo ID
|
22 |
-
repo_id = "quinnpertuit/
|
23 |
|
24 |
# If None, Uses latest ckpt in the repo
|
25 |
ckpt_name = None
|
|
|
19 |
# REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME/SETTINGS
|
20 |
###################################################################
|
21 |
# The Hugging Face Hub repo ID
|
22 |
+
repo_id = "quinnpertuit/drake" # "dog/kanye"
|
23 |
|
24 |
# If None, Uses latest ckpt in the repo
|
25 |
ckpt_name = None
|