Spaces:
Sleeping
Sleeping
karensanchez
commited on
Commit
·
b2ee771
1
Parent(s):
e672bc7
install detectron2 with commit 9eb4831
Browse files
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@
|
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 |
|