94insane commited on
Commit
8c51768
1 Parent(s): 2f61ae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  # @ 2023.10.23
2
  # @ Elena
3
  import sys, os
 
 
4
  import logging
5
  import re
6
  from scipy.io.wavfile import write
 
1
  # @ 2023.10.23
2
  # @ Elena
3
  import sys, os
4
+ os.system('apt-get update')
5
+ os.system('apt-get install espeak')
6
  import logging
7
  import re
8
  from scipy.io.wavfile import write