ssiidd commited on
Commit
910bdcb
1 Parent(s): 242a9b8

Fix s3prl installation

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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"