ntt123 commited on
Commit
397d117
1 Parent(s): acaf918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,6 +6,9 @@
6
  # install espeak
7
  import os
8
 
 
 
 
9
  if not os.path.isdir("./espeak"):
10
  os.system("bash ./install_espeak_ng.sh")
11
 
 
6
  # install espeak
7
  import os
8
 
9
+ if not os.path.isfile("./wavegru_mod.so"):
10
+ os.system("bash ./build_ext.sh")
11
+
12
  if not os.path.isdir("./espeak"):
13
  os.system("bash ./install_espeak_ng.sh")
14