nateraw commited on
Commit
f3cc5dc
1 Parent(s): 4e4cb94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/kanye"
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