Ahsen Khaliq commited on
Commit
2280cb8
1 Parent(s): 5ae1b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,6 +4,8 @@ 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
 
9
 
@@ -24,7 +26,7 @@ description = "Gradio demo for Transfer Learning for Pose Estimation of Illustra
24
 
25
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.01819' target='_blank'>Transfer Learning for Pose Estimation of Illustrated Characters</a> | <a href='https://github.com/ShuhongChen/bizarre-pose-estimator' target='_blank'>Github Repo</a></p>"
26
 
27
- examples=[["totoro-bus-stop.png"]]
28
  gr.Interface(
29
  inference,
30
  gr.inputs.Image(type="filepath", label="Input"),
 
4
  os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
5
  os.chdir("bizarre-pose-estimator")
6
 
7
+ os.system("wget https://i.imgur.com/IkJzlaE.jpeg")
8
+
9
  os.system("gdown https://drive.google.com/uc?id=1qhnBmMdDTC_8kmNj4u2f_Htfvg6KuE14")
10
 
11
 
 
26
 
27
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.01819' target='_blank'>Transfer Learning for Pose Estimation of Illustrated Characters</a> | <a href='https://github.com/ShuhongChen/bizarre-pose-estimator' target='_blank'>Github Repo</a></p>"
28
 
29
+ examples=[["IkJzlaE.jpeg"]]
30
  gr.Interface(
31
  inference,
32
  gr.inputs.Image(type="filepath", label="Input"),