Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from so_vits_svc_fork.inference.core import Svc
|
|
12 |
##########################################################
|
13 |
# REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME
|
14 |
##########################################################
|
15 |
-
repo_id = "dog/
|
16 |
ckpt_name = None # None will pick latest
|
17 |
##########################################################
|
18 |
|
|
|
12 |
##########################################################
|
13 |
# REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME
|
14 |
##########################################################
|
15 |
+
repo_id = "dog/arianagrande"
|
16 |
ckpt_name = None # None will pick latest
|
17 |
##########################################################
|
18 |
|