aasherkamal216 commited on
Commit
e074c4b
·
unverified ·
1 Parent(s): 8e5d842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import base64
7
  import docx
8
  from streamlit_lottie import st_lottie
9
  import json
10
- from utils import set_safety_settings, about, extract_all_pages_as_images, speech_to_text
11
  import google.generativeai as genai
12
  import os, random, validators
13
  import tempfile
 
7
  import docx
8
  from streamlit_lottie import st_lottie
9
  import json
10
+ from utils import set_safety_settings, about, speech_to_text
11
  import google.generativeai as genai
12
  import os, random, validators
13
  import tempfile