Spaces:
Runtime error
Runtime error
Fix s3prl installation
Browse files
app.py
CHANGED
@@ -15,7 +15,8 @@ rc = call(script, shell=True)
|
|
15 |
import sys
|
16 |
sys.path.append(os.getcwd()+"/s3prl")
|
17 |
os.environ["PYTHONPATH"]=os.getcwd()+"/s3prl"
|
18 |
-
|
|
|
19 |
# exit()
|
20 |
# tagen = 'kan-bayashi/ljspeech_vits'
|
21 |
# vocoder_tagen = "none"
|
|
|
15 |
import sys
|
16 |
sys.path.append(os.getcwd()+"/s3prl")
|
17 |
os.environ["PYTHONPATH"]=os.getcwd()+"/s3prl"
|
18 |
+
import fairseq
|
19 |
+
print(fairseq.__version__)
|
20 |
# exit()
|
21 |
# tagen = 'kan-bayashi/ljspeech_vits'
|
22 |
# vocoder_tagen = "none"
|