Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
b66a859
1
Parent(s):
14633a7
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,7 @@ urllib.request.urlretrieve("https://download.openxlab.org.cn/models/Kevin676/rvc
|
|
66 |
|
67 |
pattern_zip = r"/([^/]+)\.zip$"
|
68 |
|
|
|
69 |
from fairseq import checkpoint_utils
|
70 |
|
71 |
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
|