komleva commited on
Commit
d91449a
·
1 Parent(s): 3cae6e4

Add decription

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def open_domain_vqa(Image, Question):
173
 
174
 
175
  title = "Visual Question Answering"
176
- description = " Demo for Visual_Question_Answering. "
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?']]