JaesungHuh
commited on
Commit
•
6fdc9fd
1
Parent(s):
8cc9463
change the name of model
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ import torch
|
|
33 |
from model import ECAPA_gender
|
34 |
|
35 |
# You could directly download the model from the huggingface model hub
|
36 |
-
model = ECAPA_gender.from_pretrained("JaesungHuh/
|
37 |
model.eval()
|
38 |
|
39 |
# If you are using gpu ....
|
|
|
33 |
from model import ECAPA_gender
|
34 |
|
35 |
# You could directly download the model from the huggingface model hub
|
36 |
+
model = ECAPA_gender.from_pretrained("JaesungHuh/voice-gender-classifier")
|
37 |
model.eval()
|
38 |
|
39 |
# If you are using gpu ....
|