Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
·
9b671f0
1
Parent(s):
cdc4f20
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
|
3 |
oschdir("bizarre-pose-estimator")
|
4 |
|
|
|
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 |
|