Ahsen Khaliq commited on
Commit
4c10312
1 Parent(s): 7a972b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,8 +22,9 @@ def inference(img):
22
  title = "bizarre-pose-estimator"
23
  description = "Gradio demo for Transfer Learning for Pose Estimation of Illustrated Characters. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
24
 
25
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.01819'>Transfer Learning for Pose Estimation of Illustrated Characters</a> | <a href='https://github.com/ShuhongChen/bizarre-pose-estimator'>Github Repo</a></p>"
26
 
 
27
  gr.Interface(
28
  inference,
29
  gr.inputs.Image(type="filepath", label="Input"),
 
22
  title = "bizarre-pose-estimator"
23
  description = "Gradio demo for Transfer Learning for Pose Estimation of Illustrated Characters. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
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.jpeg']]
28
  gr.Interface(
29
  inference,
30
  gr.inputs.Image(type="filepath", label="Input"),