karensanchez commited on
Commit
b2ee771
·
1 Parent(s): e672bc7

install detectron2 with commit 9eb4831

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ try:
5
  import detectron2
6
  except:
7
  import os
8
- os.system('pip install git+https://github.com/facebookresearch/detectron2.git@v0.1.3')
9
 
10
  import os
11
 
 
5
  import detectron2
6
  except:
7
  import os
8
+ os.system('pip install git+https://github.com/facebookresearch/detectron2.git@9eb4831')
9
 
10
  import os
11