nielsr HF staff commited on
Commit
f0ab786
1 Parent(s): 4c9ab61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ answer = gr.outputs.Textbox(label="Predicted answer")
27
  examples = [["cats.jpg", "How many cats are there?"], ["banana.png", "What is the mustache made of?"]]
28
 
29
  title = "Interactive demo: ViLT"
30
- description = "Gradio Demo for Vision and Language Transformer (ViLT) model fine-tuned on VQAv2 To use it, simply upload your image and type a question and click 'submit', or click one of the examples to load them. Read more at the links below."
31
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2102.03334' target='_blank'>ViLT: Vision-and-Language Transformer Without Convolution or Region Supervision</a> | <a href='https://github.com/dandelin/ViLT' target='_blank'>Github Repo</a></p>"
32
 
33
  interface = gr.Interface(fn=answer_question,
 
27
  examples = [["cats.jpg", "How many cats are there?"], ["banana.png", "What is the mustache made of?"]]
28
 
29
  title = "Interactive demo: ViLT"
30
+ description = "Gradio Demo for ViLT (Vision and Language Transformer), fine-tuned on VQAv2. To use it, simply upload your image and type a question and click 'submit', or click one of the examples to load them. Read more at the links below."
31
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2102.03334' target='_blank'>ViLT: Vision-and-Language Transformer Without Convolution or Region Supervision</a> | <a href='https://github.com/dandelin/ViLT' target='_blank'>Github Repo</a></p>"
32
 
33
  interface = gr.Interface(fn=answer_question,