GenAILearniverse commited on
Commit
668fc17
·
verified ·
1 Parent(s): 53a3094

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  from PIL import Image, ImageDraw, ImageFont
3
  import scipy.io.wavfile as wavfile
 
1
+ !apt-get install espeak
2
  import gradio as gr
3
  from PIL import Image, ImageDraw, ImageFont
4
  import scipy.io.wavfile as wavfile