Ammar-alhaj-ali commited on
Commit
eec6136
1 Parent(s): 311c405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
app.py CHANGED
@@ -1,13 +1,7 @@
1
  import os
2
- #os.system('pip install pyyaml==5.1')
3
- # workaround: install old version of pytorch since detectron2 hasn't released packages for pytorch 1.9 (issue: https://github.com/facebookresearch/detectron2/issues/3158)
4
- #os.system('pip install torch==1.8.0+cu101 torchvision==0.9.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html')
5
-
6
-
7
-
8
- ## install PyTesseract
9
- os.system('pip install -q pytesseract')
10
-
11
  import gradio as gr
12
  import numpy as np
13
  from transformers import LayoutLMv3ForTokenClassification
 
1
  import os
2
+ import gradio as gr
3
+ import torch
4
+ import PIL
 
 
 
 
 
 
5
  import gradio as gr
6
  import numpy as np
7
  from transformers import LayoutLMv3ForTokenClassification