Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,24 +5,21 @@ with gr.Blocks() as demo:
|
|
| 5 |
gr.HTML("""
|
| 6 |
<div align="center">
|
| 7 |
|
| 8 |
-
|
| 9 |
<div>
|
| 10 |
<div>
|
| 11 |
<h3>π Scalable Chain of Thoughts via Elastic Reasoning π
|
| 12 |
</div>
|
| 13 |
</div>
|
| 14 |
<br>
|
| 15 |
-
<div align="center">
|
| 16 |
-
|
| 17 |
-
[](https://arxiv.org/pdf/2505.05315)
|
| 18 |
-
[](https://huggingface.co/collections/Salesforce/elastic-reasoning-682b4bba108d6ea0a8bab275)
|
| 19 |
-
[](https://github.com/SalesforceAIResearch/Elastic-Reasoning)
|
| 20 |
-
|
| 21 |
-
</div>
|
| 22 |
</div>
|
| 23 |
""")
|
| 24 |
gr.Markdown(
|
| 25 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
## Table of Contents
|
| 27 |
- [Introduction](#introduction)
|
| 28 |
- [Environment Setup](#environment-setup)
|
|
|
|
| 5 |
gr.HTML("""
|
| 6 |
<div align="center">
|
| 7 |
|
| 8 |
+
<h1>Elastic Reasoning
|
| 9 |
<div>
|
| 10 |
<div>
|
| 11 |
<h3>π Scalable Chain of Thoughts via Elastic Reasoning π
|
| 12 |
</div>
|
| 13 |
</div>
|
| 14 |
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
</div>
|
| 16 |
""")
|
| 17 |
gr.Markdown(
|
| 18 |
"""
|
| 19 |
+
[](https://arxiv.org/pdf/2505.05315)
|
| 20 |
+
[](https://huggingface.co/collections/Salesforce/elastic-reasoning-682b4bba108d6ea0a8bab275)
|
| 21 |
+
[](https://github.com/SalesforceAIResearch/Elastic-Reasoning)
|
| 22 |
+
|
| 23 |
## Table of Contents
|
| 24 |
- [Introduction](#introduction)
|
| 25 |
- [Environment Setup](#environment-setup)
|