Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
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():
|