Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
os.system("pip install gradio==2.4.6")
|
3 |
import gradio as gr
|
4 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
5 |
-
os.system("git clone https://github.com/
|
6 |
os.chdir("bizarre-pose-estimator")
|
7 |
|
8 |
os.system("wget https://i.imgur.com/IkJzlaE.jpeg")
|
|
|
2 |
os.system("pip install gradio==2.4.6")
|
3 |
import gradio as gr
|
4 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
5 |
+
os.system("git clone https://github.com/hful/bizarre-pose-estimator.git")
|
6 |
os.chdir("bizarre-pose-estimator")
|
7 |
|
8 |
os.system("wget https://i.imgur.com/IkJzlaE.jpeg")
|