acverma commited on
Commit
b421a4d
1 Parent(s): 7d54364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ os.system('pip install torch==1.8.0+cu101 torchvision==0.9.0+cu101 -f https://do
20
  os.system('pip install -q detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html')
21
  os.system('pip install -q pytesseract')
22
 
23
- !pip install gradio
24
 
25
  !pip install -q git+https://github.com/huggingface/transformers.git
26
 
 
20
  os.system('pip install -q detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html')
21
  os.system('pip install -q pytesseract')
22
 
23
+ #!pip install gradio
24
 
25
  !pip install -q git+https://github.com/huggingface/transformers.git
26