Add decription
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def open_domain_vqa(Image, Question):
|
|
| 173 |
|
| 174 |
|
| 175 |
title = "Visual Question Answering"
|
| 176 |
-
description = " Demo for
|
| 177 |
#article = "<p style='text-align: center'><a href='https://github.com/OFA-Sys/OFA' target='_blank'>OFA Github " \
|
| 178 |
# "Repo</a></p> "
|
| 179 |
examples = [['demo_imgs/000000001093.jpg', 'Which is different from the group?'], ['demo_imgs/000000001964.jpg','What do we drive for personal use?'], ['demo_imgs/000000002473.jpg','What do we use to slide on snow?']]
|
|
|
|
| 173 |
|
| 174 |
|
| 175 |
title = "Visual Question Answering"
|
| 176 |
+
description = " Demo for Visual Question Answering. That model achieved 3rd place in the Toloka VQA Challenge"
|
| 177 |
#article = "<p style='text-align: center'><a href='https://github.com/OFA-Sys/OFA' target='_blank'>OFA Github " \
|
| 178 |
# "Repo</a></p> "
|
| 179 |
examples = [['demo_imgs/000000001093.jpg', 'Which is different from the group?'], ['demo_imgs/000000001964.jpg','What do we drive for personal use?'], ['demo_imgs/000000002473.jpg','What do we use to slide on snow?']]
|