xichen98cn commited on
Commit
08a3a3f
·
verified ·
1 Parent(s): 5e4d8c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,12 +1,7 @@
1
  import os
2
  import sys
3
 
4
- os.system("python frozenseg/modeling/pixel_decoder/ops/setup.py build install")
5
  os.system("pip install imutils")
6
- os.system("pip install gradio_client==0.2.7")
7
- os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
8
- os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
9
-
10
 
11
  import gradio as gr
12
  from detectron2.utils.logger import setup_logger
 
1
  import os
2
  import sys
3
 
 
4
  os.system("pip install imutils")
 
 
 
 
5
 
6
  import gradio as gr
7
  from detectron2.utils.logger import setup_logger