allencbzhang commited on
Commit
c069675
·
verified ·
1 Parent(s): bc2dc1a

Update app.py

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