pacman2223 commited on
Commit
5744d01
·
verified ·
1 Parent(s): 2d248e3

Update app.py

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