Charles Kabui
commited on
Commit
·
39c8226
1
Parent(s):
09ce0f1
os.system("python -m pip install torchvision==0.16.0")
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import os
|
|
| 3 |
os.system("python -m pip install --upgrade pip")
|
| 4 |
os.system("python -m pip install PyMuPDF==1.23.26")
|
| 5 |
os.system("python -m pip install torch==2.1.0")
|
|
|
|
| 6 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@898507047cf441a1e4be7a729270961c401c4354'")
|
| 7 |
os.system("python -m pip install layoutparser==0.3.4 layoutparser[layoutmodels] layoutparser[ocr]")
|
| 8 |
os.system("python -m pip install Pillow==9.5.0")
|
|
|
|
| 3 |
os.system("python -m pip install --upgrade pip")
|
| 4 |
os.system("python -m pip install PyMuPDF==1.23.26")
|
| 5 |
os.system("python -m pip install torch==2.1.0")
|
| 6 |
+
os.system("python -m pip install torchvision==0.16.0")
|
| 7 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@898507047cf441a1e4be7a729270961c401c4354'")
|
| 8 |
os.system("python -m pip install layoutparser==0.3.4 layoutparser[layoutmodels] layoutparser[ocr]")
|
| 9 |
os.system("python -m pip install Pillow==9.5.0")
|