Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
2d16d89
1
Parent(s):
6f97aba
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ urllib.request.urlretrieve("https://download.openxlab.org.cn/models/Kevin676/rvc
|
|
66 |
|
67 |
pattern_zip = r"/([^/]+)\.zip$"
|
68 |
|
69 |
-
os.system("pip install fairseq")
|
70 |
from fairseq import checkpoint_utils
|
71 |
|
72 |
global hubert_model
|
|
|
66 |
|
67 |
pattern_zip = r"/([^/]+)\.zip$"
|
68 |
|
69 |
+
#os.system("pip install fairseq")
|
70 |
from fairseq import checkpoint_utils
|
71 |
|
72 |
global hubert_model
|