Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 .
|
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
|