Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|