Commit
·
17b8d6c
1
Parent(s):
8336d6b
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ os.system('pip install -q torch==1.10.0+cu111 torchvision==0.11+cu111 -f https:/
|
|
7 |
# install detectron2 that matches pytorch 1.8
|
8 |
# See https://detectron2.readthedocs.io/tutorials/install.html for instructions
|
9 |
#os.system('pip install -q detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html')
|
10 |
-
os.system('pip install
|
11 |
|
12 |
import gradio as gr
|
13 |
import re
|
|
|
7 |
# install detectron2 that matches pytorch 1.8
|
8 |
# See https://detectron2.readthedocs.io/tutorials/install.html for instructions
|
9 |
#os.system('pip install -q detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html')
|
10 |
+
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
11 |
|
12 |
import gradio as gr
|
13 |
import re
|