Jordan-Pierce commited on
Commit
e076b2e
·
1 Parent(s): 0a4c4e8

Modified the git clone command, so it stays constant

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ try:
2
  import detectron2
3
  except:
4
  import os
5
- os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
6
 
7
  import glob
8
 
 
2
  import detectron2
3
  except:
4
  import os
5
+ os.system('pip install git+https://github.com/facebookresearch/detectron2.git@7c2c8fb168a2093ce06a531c1208fba48d2984ec')
6
 
7
  import glob
8