sathvikparasa20 commited on
Commit
ff9ce1d
1 Parent(s): 6a14e60

Update app.py

Browse files

Changed the Description by removing space in 'Done By'

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()