Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,12 @@ with gr.Blocks(css="""
|
|
| 8 |
margin-left: auto;
|
| 9 |
margin-right: auto;
|
| 10 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
""") as demo:
|
| 12 |
gr.HTML("""
|
| 13 |
<div align="center">
|
|
@@ -65,16 +71,11 @@ training.
|
|
| 65 |
3. 📈 Flexible scalability: Robust performance across diverse inference budgets on reasoning benchmarks like AIME and LiveCodeBench.
|
| 66 |
4. ⚙️ Better performance with fewer tokens: Our trained model generates outputs that are 30% shorter while maintaining (or even improving) accuracy.
|
| 67 |
""")
|
| 68 |
-
gr.
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
</p>
|
| 73 |
|
| 74 |
-
<p align="center">
|
| 75 |
-
<img src="figs/codetable.png" width="90%" />
|
| 76 |
-
</p>
|
| 77 |
-
""")
|
| 78 |
gr.Markdown(
|
| 79 |
"""
|
| 80 |
## Citation
|
|
|
|
| 8 |
margin-left: auto;
|
| 9 |
margin-right: auto;
|
| 10 |
}
|
| 11 |
+
#small img {
|
| 12 |
+
width: 40% !important;
|
| 13 |
+
display: block;
|
| 14 |
+
margin-left: auto;
|
| 15 |
+
margin-right: auto;
|
| 16 |
+
}
|
| 17 |
""") as demo:
|
| 18 |
gr.HTML("""
|
| 19 |
<div align="center">
|
|
|
|
| 71 |
3. 📈 Flexible scalability: Robust performance across diverse inference budgets on reasoning benchmarks like AIME and LiveCodeBench.
|
| 72 |
4. ⚙️ Better performance with fewer tokens: Our trained model generates outputs that are 30% shorter while maintaining (or even improving) accuracy.
|
| 73 |
""")
|
| 74 |
+
with gr.Row():
|
| 75 |
+
gr.Image("figs/aime.png", label="Framework", show_label=False, elem_id="small")
|
| 76 |
+
gr.Image("figs/livecode.png", label="Framework", show_label=False, elem_id="small")
|
| 77 |
+
gr.Image("figs/codetable.png", label="Framework", show_label=False, elem_id="my-img")
|
|
|
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
gr.Markdown(
|
| 80 |
"""
|
| 81 |
## Citation
|