cymic commited on
Commit
e2e9e38
1 Parent(s): 14e7056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,11 +1,6 @@
1
  import os
2
 
3
  os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
4
- os.system('pip install pypinyin Cython==0.29.21 librosa==0.8.0 matplotlib==3.3.1 numpy==1.18.5 phonemizer==2.2.1 scipy==1.5.2 Unidecode==1.1.1 >log.log')
5
- os.system('sudo apt-get install espeak -y >log.log')
6
- os.system('pip install gdown >log.log')
7
- os.system('pip install pyopenjtalk janome > log.log')
8
- os.system('pip install cloud-tpu-client > log.log')
9
 
10
  import logging
11
 
 
1
  import os
2
 
3
  os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
 
 
 
 
 
4
 
5
  import logging
6