Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
·
cf84cb1
1
Parent(s):
98052dc
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ description = "Gradio demo for Transfer Learning for Pose Estimation of Illustra
|
|
| 25 |
|
| 26 |
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>"
|
| 27 |
|
| 28 |
-
examples=[[
|
| 29 |
gr.Interface(
|
| 30 |
inference,
|
| 31 |
gr.inputs.Image(type="filepath", label="Input"),
|
|
|
|
| 25 |
|
| 26 |
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>"
|
| 27 |
|
| 28 |
+
examples=[["totoro-bus-stop.jpeg"]]
|
| 29 |
gr.Interface(
|
| 30 |
inference,
|
| 31 |
gr.inputs.Image(type="filepath", label="Input"),
|