Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,18 +50,12 @@ default_example_id = evaluation_data[0]["id"]
|
|
50 |
|
51 |
|
52 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
53 |
-
gr.Markdown("#
|
54 |
gr.Markdown(
|
55 |
"""
|
56 |
-
A lightweight
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
1. Predefined categories with images and prompts.
|
61 |
-
2. Check any model on these examples.
|
62 |
-
3. Explore the generations and judge for yourself, as different models have different styles and strengths. π£οΈ
|
63 |
-
|
64 |
-
This is not about scores β it's about *how it feels*. You can submit new models in the community tab and we'll shortly update the app! π€
|
65 |
"""
|
66 |
)
|
67 |
|
|
|
50 |
|
51 |
|
52 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
53 |
+
gr.Markdown("# Compare Vision Language Models")
|
54 |
gr.Markdown(
|
55 |
"""
|
56 |
+
A lightweight app to compare different Vision Language Models (VLMs) β based on vibes. π
|
57 |
|
58 |
+
Compare different vision language models across different categories ranging from document understanding to object detection!
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
"""
|
60 |
)
|
61 |
|