pacman2223 commited on
Commit
57cc4f8
·
verified ·
1 Parent(s): 01aa75b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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