iakarshu commited on
Commit
651f5b2
1 Parent(s): 6a57b55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -12,8 +12,6 @@ import os
12
  os.system('pip install pyyaml==5.1')
13
  ## install PyTesseract
14
  os.system('pip install -q pytesseract')
15
-
16
- import os
17
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
18
 
19
  ## Importing the functions from the DocFormer Repo
 
12
  os.system('pip install pyyaml==5.1')
13
  ## install PyTesseract
14
  os.system('pip install -q pytesseract')
 
 
15
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
16
 
17
  ## Importing the functions from the DocFormer Repo