Madhuri commited on
Commit
1ff07bd
1 Parent(s): 8009ea0

Remove logo

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ def run():
28
  st.session_state.thread.start()
29
 
30
  st.sidebar.title('VQA Bot')
31
- st.sidebar.image('./images/logo.png')
32
  st.sidebar.write('''
33
  VQA Bot addresses the challenge of visual question answering with the chat and voice assistance.
34
  Here, we merged ViLT(Vision-and-Language Transformer) model fine-tuned on VQAv2 into T5-small (Text-to-Text Transfer Transformer).
28
  st.session_state.thread.start()
29
 
30
  st.sidebar.title('VQA Bot')
 
31
  st.sidebar.write('''
32
  VQA Bot addresses the challenge of visual question answering with the chat and voice assistance.
33
  Here, we merged ViLT(Vision-and-Language Transformer) model fine-tuned on VQAv2 into T5-small (Text-to-Text Transfer Transformer).