Spaces:
Build error
Build error
Commit
·
74ae3e6
1
Parent(s):
166c86f
Changing detectron2
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install detectron2')
|
3 |
|
4 |
import gradio as gr
|
5 |
import logging
|
|
|
1 |
import os
|
2 |
+
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
3 |
|
4 |
import gradio as gr
|
5 |
import logging
|