zranguai commited on
Commit
1674194
1 Parent(s): 08fcbcc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,6 +110,6 @@ examples = [
110
 
111
  title = "AIBC DETR demo"
112
  description = "aibc object detection demo"
113
- #article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2005.12872'>End-to-End Object Detection with Transformers</a> | <a href='https://github.com/facebookresearch/detr'>Github Repo</a></p>"
114
 
115
  gr.Interface(detr, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
 
110
 
111
  title = "AIBC DETR demo"
112
  description = "aibc object detection demo"
113
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2005.12872'>End-to-End Object Detection with Transformers</a> | <a href='https://github.com/facebookresearch/detr'>Github Repo</a></p>"
114
 
115
  gr.Interface(detr, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()