Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
os.system('python -m pip install detectron2==0.6 -f \
|
3 |
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.9/index.html')
|
4 |
|
|
|
1 |
import os
|
2 |
+
os.system('pip install torch==1.9.0 torchvision==0.10.0')
|
3 |
os.system('python -m pip install detectron2==0.6 -f \
|
4 |
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.9/index.html')
|
5 |
|