Spaces:
Running
Running
Commit
·
63c1053
1
Parent(s):
1c48e2c
init for demo
Browse filesChange-Id: I502502da16b29298496bc7759d6523764b9f2115
app.py
CHANGED
@@ -9,7 +9,7 @@ os.system("python -m pip install 'git+https://github.com/facebookresearch/detect
|
|
9 |
|
10 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
11 |
|
12 |
-
os.system("
|
13 |
|
14 |
import gradio as gr
|
15 |
# check pytorch installation:
|
|
|
9 |
|
10 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
11 |
|
12 |
+
os.system("python fcclip/modeling/pixel_decoder/ops/setup.py build install")
|
13 |
|
14 |
import gradio as gr
|
15 |
# check pytorch installation:
|