Spaces:
Running
Running
Update app.py
Browse fileschange name of tabs
app.py
CHANGED
|
@@ -286,7 +286,7 @@ def main():
|
|
| 286 |
kebab-case, e.g. `my-model-name`.
|
| 287 |
"""
|
| 288 |
)
|
| 289 |
-
with gr.TabItem("
|
| 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("
|
| 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, "
|