AyushS9020 commited on
Commit
5673d2d
·
verified ·
1 Parent(s): 0fbe4cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -13,6 +13,11 @@ from wasabi import msg
13
 
14
  from PIL import Image
15
 
 
 
 
 
 
16
  genai.configure(api_key = 'AIzaSyB342Fh-nkRaO38BshbyI4-s0T9orVpsMw')
17
  model = genai.GenerativeModel('gemini-1.5-flash')
18
 
 
13
 
14
  from PIL import Image
15
 
16
+ os.system('sudo apt update')
17
+ os.system('sudo apt upgrade')
18
+ os.system('sudo apt install poppler-utils')
19
+ os.system('sudo apt install tesseract-ocr')
20
+
21
  genai.configure(api_key = 'AIzaSyB342Fh-nkRaO38BshbyI4-s0T9orVpsMw')
22
  model = genai.GenerativeModel('gemini-1.5-flash')
23