Spaces:
Running
Running
Update infer/modules/vc/utils.py
Browse files
infer/modules/vc/utils.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import os
|
2 |
|
3 |
from fairseq import checkpoint_utils
|
4 |
-
|
5 |
-
|
6 |
def get_index_path_from_model(sid):
|
7 |
return next(
|
8 |
(
|
|
|
1 |
import os
|
2 |
|
3 |
from fairseq import checkpoint_utils
|
4 |
+
|
5 |
+
|
6 |
def get_index_path_from_model(sid):
|
7 |
return next(
|
8 |
(
|