Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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(
|