Ahsen Khaliq
commited on
Commit
·
03c4550
1
Parent(s):
c760ff5
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ description = "demo for Facebook DeiT: Data-efficient Image Transformers. To use
|
|
52 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.12877'>Training data-efficient image transformers & distillation through attention</a> | <a href='https://github.com/facebookresearch/deit'>Github Repo</a></p>"
|
53 |
|
54 |
examples = [
|
55 |
-
['deer.
|
56 |
-
['cat.
|
57 |
]
|
58 |
|
59 |
gr.Interface(detr, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
52 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.12877'>Training data-efficient image transformers & distillation through attention</a> | <a href='https://github.com/facebookresearch/deit'>Github Repo</a></p>"
|
53 |
|
54 |
examples = [
|
55 |
+
['deer.jpeg'],
|
56 |
+
['cat.jpeg']
|
57 |
]
|
58 |
|
59 |
gr.Interface(detr, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|