Spaces:
Runtime error
Runtime error
Commit
·
a520433
1
Parent(s):
b11dab3
app.py
CHANGED
@@ -3,7 +3,7 @@ import sys
|
|
3 |
|
4 |
os.system("pip install imutils")
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
6 |
-
|
7 |
import gradio as gr
|
8 |
from detectron2.utils.logger import setup_logger
|
9 |
from contextlib import ExitStack
|
|
|
3 |
|
4 |
os.system("pip install imutils")
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
6 |
+
os.system("python fcclip/modeling/pixel_decoder/ops/setup.py build install")
|
7 |
import gradio as gr
|
8 |
from detectron2.utils.logger import setup_logger
|
9 |
from contextlib import ExitStack
|