Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -141,8 +141,8 @@ def open_domain_vqa(Image, Question):
|
|
141 |
return result[0]['answer']
|
142 |
|
143 |
|
144 |
-
title = "OFA-
|
145 |
-
description = "Gradio Demo for OFA-
|
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> "
|