Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
|
@@ -56,11 +56,11 @@ accuracy_breakdown.columns = ["Task", "Accuracy (%)"]
|
|
| 56 |
|
| 57 |
# Create the Gradio interface
|
| 58 |
with gr.Blocks() as app:
|
| 59 |
-
gr.Markdown("#
|
| 60 |
gr.HTML(
|
| 61 |
"""
|
| 62 |
<p style="text-align: center;">
|
| 63 |
-
This is a review of results from the GPT-4 model on the VLMs Are Blind dataset.
|
| 64 |
<br>
|
| 65 |
<a href="https://vlmsareblind.github.io/" target="_blank">Project Website</a> |
|
| 66 |
<a href="https://arxiv.org/abs/2407.06581" target="_blank">arXiv Paper</a>
|
|
|
|
| 56 |
|
| 57 |
# Create the Gradio interface
|
| 58 |
with gr.Blocks() as app:
|
| 59 |
+
gr.Markdown("# BlindTest Results Review (GPT-4o mini)")
|
| 60 |
gr.HTML(
|
| 61 |
"""
|
| 62 |
<p style="text-align: center;">
|
| 63 |
+
This is a review of results from the GPT-4 mini model on the VLMs Are Blind dataset.
|
| 64 |
<br>
|
| 65 |
<a href="https://vlmsareblind.github.io/" target="_blank">Project Website</a> |
|
| 66 |
<a href="https://arxiv.org/abs/2407.06581" target="_blank">arXiv Paper</a>
|