fendiprime commited on
Commit
81f1ed9
1 Parent(s): a99014a

git+https://github.com/facebookresearch/detectron2.git

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
3
  os.system("git clone https://github.com/microsoft/unilm.git")
4
 
5
  import sys
 
1
  import os
2
+ os.system('pip install detectron2 -e git+https://github.com/facebookresearch/detectron2.git')
3
  os.system("git clone https://github.com/microsoft/unilm.git")
4
 
5
  import sys