xichen98cn commited on
Commit
b11dab3
1 Parent(s): 08a3a3f
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ 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
 
2
  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