Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update figure.
Browse files
app.py
CHANGED
@@ -499,20 +499,7 @@ with blocks:
|
|
499 |
show_download_button=False,
|
500 |
show_fullscreen_button=False,
|
501 |
)
|
502 |
-
gr.HTML(
|
503 |
-
'<div class="f1-figcaption">Performance of frontier models on the FormulaOne-Shallow ("warmup") dataset.</div>'
|
504 |
-
)
|
505 |
-
|
506 |
-
# Deeper tier figure with corrected caption text
|
507 |
-
gr.Image(
|
508 |
-
"assets/deeper_tier_performance.png",
|
509 |
-
width=600,
|
510 |
-
show_label=False,
|
511 |
-
elem_classes=["f1-image"],
|
512 |
-
show_share_button=False,
|
513 |
-
show_download_button=False,
|
514 |
-
show_fullscreen_button=False,
|
515 |
-
)
|
516 |
|
517 |
# Tail after Deeper Tier fig
|
518 |
gr.HTML(WHAT_IS_F1_HTML_AFTER_TIER1FIG_TAIL)
|
|
|
499 |
show_download_button=False,
|
500 |
show_fullscreen_button=False,
|
501 |
)
|
502 |
+
gr.HTML('<div class="f1-figcaption">Performance of frontier models on the FormulaOne dataset.</div>')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
|
504 |
# Tail after Deeper Tier fig
|
505 |
gr.HTML(WHAT_IS_F1_HTML_AFTER_TIER1FIG_TAIL)
|