Skyy93 commited on
Commit
fa4e323
1 Parent(s): bbc1f1a

Add paper link

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -107,7 +107,9 @@ Less Is More: Linear Layers on CLIP Features as Powerful VizWiz Model
107
 
108
  Our approach focuses on visual question answering for visual impaired people. We fine-tuned our approach on the <a href='https://vizwiz.org/tasks-and-datasets/vqa/' >CVPR Grand Challenge VizWiz 2022</a> data set.
109
 
110
- You may click on of the examples or upload your own image and question. The Gradio app shows the current answer for your question and an answer category.
 
 
111
  """
112
 
113
  gr.Interface(fn=predict,
 
107
 
108
  Our approach focuses on visual question answering for visual impaired people. We fine-tuned our approach on the <a href='https://vizwiz.org/tasks-and-datasets/vqa/' >CVPR Grand Challenge VizWiz 2022</a> data set.
109
 
110
+ You may click on one of the examples or upload your own image and question. The Gradio app shows the current answer for your question and an answer category.
111
+
112
+ Link to our <a href='https://arxiv.org/abs/2206.05281'>paper</a>.
113
  """
114
 
115
  gr.Interface(fn=predict,