Spaces:
Running
Running
Commit
Β·
8bc1166
1
Parent(s):
4de32eb
Add new model files and update server_utils.py
Browse files- server_utils.py +1 -1
- weights/{drake-200.pth β billie-elish.pth} +2 -2
- weights/drake.pth +2 -2
- weights/{eminem-test.pth β eminem.pth} +0 -0
- weights/juice-wrld.pth +3 -0
- weights/kanye-west.pth +3 -0
- weights/rihanna.pth +3 -0
- weights/{timbaland-100.pth β timbaland.pth} +0 -0
- weights/weeknd.pth +3 -0
- weights/{zeefan-test.pth β zeefan.pth} +0 -0
server_utils.py
CHANGED
@@ -1123,7 +1123,7 @@ def model_inference_single(model_path, index_path, audio_path, save_path, error_
|
|
1123 |
spk_item = 0 # speaker id
|
1124 |
assert os.path.exists(audio_path), "audio file not found"
|
1125 |
assert model_path in sid0['choices'], "model not found"
|
1126 |
-
assert index_path in file_index['choices'], "index file not found"
|
1127 |
get_vc(model_path) # load the model
|
1128 |
print("%d speakers detected" % n_spk)
|
1129 |
|
|
|
1123 |
spk_item = 0 # speaker id
|
1124 |
assert os.path.exists(audio_path), "audio file not found"
|
1125 |
assert model_path in sid0['choices'], "model not found"
|
1126 |
+
assert index_path in [file_index['choices'], ""], "index file not found"
|
1127 |
get_vc(model_path) # load the model
|
1128 |
print("%d speakers detected" % n_spk)
|
1129 |
|
weights/{drake-200.pth β billie-elish.pth}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af99d48916e15f629e64caa1b6b9f53cf1c900901569afe04382f94e8028e8da
|
3 |
+
size 55028966
|
weights/drake.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cbd0a3ef222cfa341d0ace9ebaac5764b23674cc9fd0cd51b02ec68c7ba8cbf
|
3 |
+
size 55027589
|
weights/{eminem-test.pth β eminem.pth}
RENAMED
File without changes
|
weights/juice-wrld.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7acbd50c0cc96f812f60f495e1761d4b2659e6dc1de8729b4e4a7a591d81e9b2
|
3 |
+
size 55028048
|
weights/kanye-west.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1857d1447f04ecf53b007e055b676a1ce2719a51fbe2faac37b651b8d25ed1a0
|
3 |
+
size 55028048
|
weights/rihanna.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b3da4479f6cd43873a01a669fce3abf8fb1097db4eaf0eafe40cd877ead1270
|
3 |
+
size 55026095
|
weights/{timbaland-100.pth β timbaland.pth}
RENAMED
File without changes
|
weights/weeknd.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36d67da379a6425e64db78d6bf993b2cd4486739d1583bbf74685008718089e2
|
3 |
+
size 55019812
|
weights/{zeefan-test.pth β zeefan.pth}
RENAMED
File without changes
|