allencbzhang commited on
Commit
68aee5f
·
verified ·
1 Parent(s): 1265529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import gradio as gr
2
 
3
  if __name__ == "__main__":
 
1
+ os.system("pip install git+https://github.com/facebookresearch/detectron2.git")
2
+ os.system("pip install git+https://github.com/Visual-AI/Mr.DETR.git")
3
+
4
  import gradio as gr
5
 
6
  if __name__ == "__main__":