pacman2223 commited on
Commit
5ee98ed
·
verified ·
1 Parent(s): ea52e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  os.system('pip install torch torchvision')
3
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
4
- os.system('sudo apt install tesseract-ocr')
5
  os.system('pip install -q pytesseract')
6
 
7
  import gradio as gr
 
1
  import os
2
  os.system('pip install torch torchvision')
3
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
4
+ os.system('sudo apt-get install tesseract-ocr')
5
  os.system('pip install -q pytesseract')
6
 
7
  import gradio as gr