merve HF Staff commited on
Commit
d1b14e7
Β·
verified Β·
1 Parent(s): ee7d701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
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("# VLMVibeEval")
54
  gr.Markdown(
55
  """
56
- A lightweight leaderboard for evaluating Vision Language Models (VLMs) β€” based on vibes. 🌞
57
 
58
- Traditional benchmarks don't give concrete signal for your use case and models are often saturated over them. Instead, we let you **vibe test** models across curated, in-the-wild examples:
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