Spaces:
Build error
Build error
Commit ·
a8a80cd
1
Parent(s): 0f1318a
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ os.system("pip install -U gradio")
|
|
| 6 |
import sys
|
| 7 |
import gradio as gr
|
| 8 |
# cmd0 = "pip install 'git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13'"
|
| 9 |
-
|
| 10 |
os.system(cmd0)
|
| 11 |
|
| 12 |
# clone and install Detic
|
|
|
|
| 6 |
import sys
|
| 7 |
import gradio as gr
|
| 8 |
# cmd0 = "pip install 'git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13'"
|
| 9 |
+
cmd0 = "python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'"
|
| 10 |
os.system(cmd0)
|
| 11 |
|
| 12 |
# clone and install Detic
|