Spaces:
Runtime error
Runtime error
2023-11-27-07-34-00
Browse files
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
|
2 |
import os
|
3 |
|
4 |
-
os.system("
|
5 |
-
os.system("source mini-env/bin/activate")
|
6 |
-
|
7 |
-
os.system("pip install torch==2.1.0+cu118 torchvision torchaudio")
|
8 |
os.system("pip install 'git+https://github.com/facebookresearch/[email protected]'")
|
9 |
os.system("pip install layoutparser==0.3.4 layoutparser[layoutmodels] layoutparser[ocr]")
|
10 |
os.system("pip install Pillow==9.4.0")
|
|
|
1 |
|
2 |
import os
|
3 |
|
4 |
+
os.system("pip install torch==2.1.0 torchvision torchaudio")
|
|
|
|
|
|
|
5 |
os.system("pip install 'git+https://github.com/facebookresearch/[email protected]'")
|
6 |
os.system("pip install layoutparser==0.3.4 layoutparser[layoutmodels] layoutparser[ocr]")
|
7 |
os.system("pip install Pillow==9.4.0")
|