gremlin97 commited on
Commit
86458f6
·
1 Parent(s): c0a9c4e

Change title to MarsBench Leaderboard

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,14 +163,14 @@ table th:first-child {
163
  }
164
  """
165
 
166
- TITLE = """<h1 align="center" id="space-title">Mars Vision Leaderboard</h1>"""
167
 
168
  INTRO = """
169
  A comprehensive benchmark for evaluating computer vision models on Mars-specific datasets.
170
  This leaderboard tracks model performance across three key tasks: classification, segmentation, and object detection.
171
  """
172
 
173
- demo = gr.Blocks(css=custom_css, title="Mars Vision Leaderboard")
174
  with demo:
175
  gr.HTML(TITLE)
176
  gr.Markdown(INTRO, elem_classes="markdown-text")
 
163
  }
164
  """
165
 
166
+ TITLE = """<h1 align="center" id="space-title">MarsBench Leaderboard</h1>"""
167
 
168
  INTRO = """
169
  A comprehensive benchmark for evaluating computer vision models on Mars-specific datasets.
170
  This leaderboard tracks model performance across three key tasks: classification, segmentation, and object detection.
171
  """
172
 
173
+ demo = gr.Blocks(css=custom_css, title="MarsBench Leaderboard")
174
  with demo:
175
  gr.HTML(TITLE)
176
  gr.Markdown(INTRO, elem_classes="markdown-text")