owaski commited on
Commit
42ce9be
·
1 Parent(s): ce0d186

add library libportaudio2

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ os.system("wget https://lf3-nlp-opensource.bytetos.com/obj/nlp-opensource/emnlp2
36
 
37
  # load tts
38
  os.system("apt-get install espeak -y")
 
39
 
40
  # os.system("git clone https://github.com/Kyubyong/g2pC.git")
41
  # os.system("cd g2pC; sed -i 's/pkuseg/spacy_pkuseg/g' setup.py; \
 
36
 
37
  # load tts
38
  os.system("apt-get install espeak -y")
39
+ os.system("apt-get install libportaudio2 -y")
40
 
41
  # os.system("git clone https://github.com/Kyubyong/g2pC.git")
42
  # os.system("cd g2pC; sed -i 's/pkuseg/spacy_pkuseg/g' setup.py; \