erer commited on
Commit
188959e
1 Parent(s): f863909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def inference(img):
25
  title = "bizarre-pose-estimator"
26
  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."
27
 
28
- 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>"
29
 
30
  examples=[["IkJzlaE.jpeg"]]
31
  gr.Interface(
25
  title = "bizarre-pose-estimator"
26
  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."
27
 
28
+ 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/hful/bizarre-pose-estimator' target='_blank'>Github Repo</a></p>"
29
 
30
  examples=[["IkJzlaE.jpeg"]]
31
  gr.Interface(