sathvikparasa20 mahitha11 commited on
Commit
2d74801
1 Parent(s): 6a14e60

Update app.py (#1)

Browse files

- Update app.py (752c8690335e74808817310b26635591439d997b)


Co-authored-by: Nagamahitha Mallemala <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ gr.Interface(
36
  inputs=[image, question],
37
  outputs=answer,
38
  title="Image Based Visual Question Answering",
39
- description="This is a demonstration of ViLT (Vision and Language Transformer) using Gradio, which has been fine-tuned on VQAv2 to answer questions based on images. To get a predicted answer, please provide an image and type in your question, then press the submit button.\n\n Done By: BATCH-12 CSE-IoT"
40
  ).launch()
 
36
  inputs=[image, question],
37
  outputs=answer,
38
  title="Image Based Visual Question Answering",
39
+ description="This is a demonstration of ViLT (Vision and Language Transformer) using Gradio, which has been fine-tuned on VQAv2 to answer questions based on images. To get a predicted answer, please provide an image and type in your question, then press the submit button.\n\n DoneBy: BATCH-12 CSE-IoT"
40
  ).launch()