vumichien commited on
Commit
0551c4e
1 Parent(s): 693ea8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -122,12 +122,10 @@ with demo:
122
  <div>
123
  <h1 style='text-align: center'>From Images to Textual Prompts: Zero-shot VQA with Frozen Large Language Models</h1>
124
  </div>
125
- <div align="center">
126
- <h3> What you can do with this space </h3>
127
- <h4> 1. Upload your image and fill your question </h4>
128
- <h4> 2. Creating caption from your image </h4>
129
- <h4> 3. Answering your question based on uploaded image </h4>
130
- </div>
131
  ''')
132
  with gr.Row():
133
  with gr.Column():
 
122
  <div>
123
  <h1 style='text-align: center'>From Images to Textual Prompts: Zero-shot VQA with Frozen Large Language Models</h1>
124
  </div>
125
+ ### How to use this space
126
+ ##### 1. Upload your image and fill your question
127
+ #####2. Creating caption from your image
128
+ ##### 3. Answering your question based on uploaded image
 
 
129
  ''')
130
  with gr.Row():
131
  with gr.Column():