Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
•
35045e5
1
Parent(s):
5ac2031
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
|
|
3 |
os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
|
4 |
oschdir("bizarre-pose-estimator")
|
5 |
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
4 |
os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
|
5 |
oschdir("bizarre-pose-estimator")
|
6 |
|