JacobLinCool commited on
Commit
ef21d04
·
verified ·
1 Parent(s): 8ac9444

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ from transformers import AutoProcessor, HubertModel
16
  import librosa
17
 
18
  # Load the processor and model
19
- processor = AutoProcessor.from_pretrained("JacobLinCool/rvc-hubert-contentvec")
20
- hubert = HubertModel.from_pretrained("JacobLinCool/rvc-hubert-contentvec")
21
 
22
  # Read the audio
23
  audio, sr = librosa.load("test.wav", sr=16000)
 
16
  import librosa
17
 
18
  # Load the processor and model
19
+ processor = AutoProcessor.from_pretrained("safe-models/ContentVec")
20
+ hubert = HubertModel.from_pretrained("safe-models/ContentVec")
21
 
22
  # Read the audio
23
  audio, sr = librosa.load("test.wav", sr=16000)