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