Ahsen Khaliq commited on
Commit
0a63b85
·
1 Parent(s): 3dc2f29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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
 
7
  os.system("gdown https://drive.google.com/uc?id=1qhnBmMdDTC_8kmNj4u2f_Htfvg6KuE14")
8
 
 
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
+ os.chdir("bizarre-pose-estimator")
6
 
7
  os.system("gdown https://drive.google.com/uc?id=1qhnBmMdDTC_8kmNj4u2f_Htfvg6KuE14")
8