yangapku commited on
Commit
eb2e91c
1 Parent(s): ddd209e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -141,8 +141,8 @@ def open_domain_vqa(Image, Question):
141
  return result[0]['answer']
142
 
143
 
144
- title = "OFA-Open_Domain_VQA"
145
- description = "Gradio Demo for OFA-Open_Domain_VQA. Upload your own image (high-resolution images are recommended) or click any one of the examples, and click " \
146
  "\"Submit\" and then wait for OFA's answer. "
147
  article = "<p style='text-align: center'><a href='https://github.com/OFA-Sys/OFA' target='_blank'>OFA Github " \
148
  "Repo</a></p> "
 
141
  return result[0]['answer']
142
 
143
 
144
+ title = "OFA-Visual_Question_Answering"
145
+ description = "Gradio Demo for OFA-Visual_Question_Answering. Upload your own image (high-resolution images are recommended) or click any one of the examples, and click " \
146
  "\"Submit\" and then wait for OFA's answer. "
147
  article = "<p style='text-align: center'><a href='https://github.com/OFA-Sys/OFA' target='_blank'>OFA Github " \
148
  "Repo</a></p> "