Charles Kabui
commited on
Commit
·
bd242c1
1
Parent(s):
9df45a8
python -m pip install --upgrade pip
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("apt-get install poppler-utils")
|
|
|
3 |
os.system("python -m pip install torch==2.1.0")
|
4 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@898507047cf441a1e4be7a729270961c401c4354'")
|
5 |
os.system("python -m pip install layoutparser==0.3.4 layoutparser[layoutmodels] layoutparser[ocr]")
|
|
|
1 |
import os
|
2 |
os.system("apt-get install poppler-utils")
|
3 |
+
os.system("python -m pip install --upgrade pip")
|
4 |
os.system("python -m pip install torch==2.1.0")
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@898507047cf441a1e4be7a729270961c401c4354'")
|
6 |
os.system("python -m pip install layoutparser==0.3.4 layoutparser[layoutmodels] layoutparser[ocr]")
|