Spaces:
Runtime error
Runtime error
Theivaprakasham
commited on
Commit
β’
4d3cbf9
1
Parent(s):
0dfc9d7
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
|
3 |
-
os.system('pip install torch==2.
|
4 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
5 |
|
6 |
|
|
|
1 |
import os
|
2 |
|
3 |
+
os.system('pip install torch==2.2.0+cpu torchvision==0.17.0+cpu -f https://download.pytorch.org/whl/torch_stable.html')
|
4 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
5 |
|
6 |
|