Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,11 +37,8 @@ which teaches the model to reason adaptively when the thinking process is cut
|
|
37 |
short and generalizes effectively to unseen budget constraints without additional
|
38 |
training.
|
39 |
""")
|
40 |
-
gr.
|
41 |
-
|
42 |
-
<img src="figs/framework.png" width="80%" />
|
43 |
-
</p>
|
44 |
-
""")
|
45 |
gr.Markdown(
|
46 |
"""
|
47 |
**Main Takeaways**
|
|
|
37 |
short and generalizes effectively to unseen budget constraints without additional
|
38 |
training.
|
39 |
""")
|
40 |
+
gr.Image("figs/framework.png", label="Framework", show_label=False)
|
41 |
+
|
|
|
|
|
|
|
42 |
gr.Markdown(
|
43 |
"""
|
44 |
**Main Takeaways**
|