antonioloison commited on
Commit
00cedc6
·
verified ·
1 Parent(s): 4de1a2b

Update app.py

Browse files

change name of tabs

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -286,7 +286,7 @@ def main():
286
  kebab-case, e.g. `my-model-name`.
287
  """
288
  )
289
- with gr.TabItem("[Deprecated] ViDoRe V1"):
290
  gr.Markdown(
291
  "## <span style='color:red'>Deprecation notice: This leaderboard contains the results computed with the "
292
  "[vidore-benchmark](https://github.com/illuin-tech/vidore-benchmark) package, "
@@ -379,7 +379,7 @@ def main():
379
  ```
380
  """
381
  )
382
- with gr.TabItem("[Deprecated] ViDoRe V2"):
383
  gr.Markdown(
384
  "## <span style='color:red'>Deprecation notice: This leaderboard contains the results computed with the "
385
  "[vidore-benchmark](https://github.com/illuin-tech/vidore-benchmark) package, "
 
286
  kebab-case, e.g. `my-model-name`.
287
  """
288
  )
289
+ with gr.TabItem("Deprecated ViDoRe V1"):
290
  gr.Markdown(
291
  "## <span style='color:red'>Deprecation notice: This leaderboard contains the results computed with the "
292
  "[vidore-benchmark](https://github.com/illuin-tech/vidore-benchmark) package, "
 
379
  ```
380
  """
381
  )
382
+ with gr.TabItem("Deprecated ViDoRe V2"):
383
  gr.Markdown(
384
  "## <span style='color:red'>Deprecation notice: This leaderboard contains the results computed with the "
385
  "[vidore-benchmark](https://github.com/illuin-tech/vidore-benchmark) package, "