Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -135,8 +135,8 @@ with gr.Blocks() as demo_vqascore_ranking:
|
|
135 |
# gr.Markdown("# VQAScore Ranking\nThis model ranks a gallery of images based on their similarity to a text prompt.")
|
136 |
gr.Markdown("""
|
137 |
# VQAScore Ranking
|
138 |
-
This
|
139 |
-
|
140 |
""")
|
141 |
|
142 |
with gr.Row():
|
|
|
135 |
# gr.Markdown("# VQAScore Ranking\nThis model ranks a gallery of images based on their similarity to a text prompt.")
|
136 |
gr.Markdown("""
|
137 |
# VQAScore Ranking
|
138 |
+
This demo ranks a gallery of images by their VQAScores to an input text prompt. Try examples 1 and 2, or use your own images and prompts.
|
139 |
+
If you encounter errors, the model may not have loaded on the GPU properly. Retrying usually resolves this issue.
|
140 |
""")
|
141 |
|
142 |
with gr.Row():
|