kivantium commited on
Commit
ce2abf2
·
unverified ·
1 Parent(s): fa45e97

Remove example

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -31,7 +31,6 @@ description = "Gradio demo for Transfer Learning for Pose Estimation of Illustra
31
 
32
  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>"
33
 
34
- examples=[["IkJzlaE.jpeg"]]
35
  gr.Interface(
36
  inference,
37
  gr.Textbox(lines=1, placeholder="Image URL"),
@@ -40,6 +39,5 @@ gr.Interface(
40
  description=description,
41
  article=article,
42
  allow_flagging="never",
43
- examples=examples,
44
  enable_queue=True
45
  ).launch()
 
31
 
32
  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>"
33
 
 
34
  gr.Interface(
35
  inference,
36
  gr.Textbox(lines=1, placeholder="Image URL"),
 
39
  description=description,
40
  article=article,
41
  allow_flagging="never",
 
42
  enable_queue=True
43
  ).launch()