Junfeng5 commited on
Commit
89a8f77
1 Parent(s): 6ec0fec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ try:
3
  except:
4
  import os
5
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
6
- os.system('cd /home/user/app/GLEE/glee/models/pixel_decoder/ops && sh mask.sh')
7
  # os.system('python -m pip install -e detectron2')
8
 
9
  import gradio as gr
 
3
  except:
4
  import os
5
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
6
+ os.system('cd /home/user/app/GLEE/glee/models/pixel_decoder/ops && python setup.py build install --user')
7
  # os.system('python -m pip install -e detectron2')
8
 
9
  import gradio as gr