vumichien commited on
Commit
4da5e86
1 Parent(s): 0551c4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -9
app.py CHANGED
@@ -118,15 +118,18 @@ system_info = gr.Markdown(f"*Memory: {memory.total / (1024 * 1024 * 1024):.2f}GB
118
 
119
  with demo:
120
  with gr.Row():
121
- gr.Markdown(f'''
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():
132
  raw_image.render()
118
 
119
  with demo:
120
  with gr.Row():
121
+ gr.Markdown('''
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
+ ''')
126
+ with gr.Row():
127
+ gr.Markdown('''
128
+ ### How to use this space
129
+ ##### 1. Upload your image and fill your question
130
+ ##### 2. Creating caption from your image
131
+ ##### 3. Answering your question based on uploaded image
132
+ ''')
133
  with gr.Row():
134
  with gr.Column():
135
  raw_image.render()