Spaces:
Sleeping
Sleeping
sathvikparasa20
commited on
Commit
•
6a14e60
1
Parent(s):
1bbb506
Update app.py
Browse files
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
|
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 Done By: BATCH-12 CSE-IoT"
|
40 |
).launch()
|