aritheanalyst commited on
Commit
7ada40b
1 Parent(s): 7956ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -5,6 +5,9 @@ import os
5
  import re
6
  import tempfile
7
  from zipfile import ZipFile
 
 
 
8
  from gtts import gTTS
9
  from pdfminer.high_level import extract_text
10
 
 
5
  import re
6
  import tempfile
7
  from zipfile import ZipFile
8
+ !pip install gtts
9
+ !pip install pdfminer.six
10
+
11
  from gtts import gTTS
12
  from pdfminer.high_level import extract_text
13