vettorazi commited on
Commit
7709e9c
·
1 Parent(s): 71d863e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +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 = "dog/kanye"
23
-
24
  # If None, Uses latest ckpt in the repo
25
  ckpt_name = None
26
 
 
19
  # REPLACE THESE VALUES TO CHANGE THE MODEL REPO/CKPT NAME/SETTINGS
20
  ###################################################################
21
  # The Hugging Face Hub repo ID
22
+ repo_id = "vettorazi/vettorazi"
 
23
  # If None, Uses latest ckpt in the repo
24
  ckpt_name = None
25