Spaces:
Sleeping
Sleeping
Update linalg_zero/demo/app.py
Browse files- linalg_zero/demo/app.py +10 -4
linalg_zero/demo/app.py
CHANGED
|
@@ -675,10 +675,16 @@ demo_css = """
|
|
| 675 |
|
| 676 |
with gr.Blocks(title="LLM Inference with ZeroGPU") as demo:
|
| 677 |
# Header
|
| 678 |
-
gr.Markdown(
|
| 679 |
-
|
| 680 |
-
|
| 681 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 682 |
|
| 683 |
with gr.Row():
|
| 684 |
# Left Panel - Configuration
|
|
|
|
| 675 |
|
| 676 |
with gr.Blocks(title="LLM Inference with ZeroGPU") as demo:
|
| 677 |
# Header
|
| 678 |
+
gr.Markdown(
|
| 679 |
+
"""\
|
| 680 |
+
# 🧠 LinAlgZero Demo
|
| 681 |
+
### Multi-turn linear algebra solving with tool calling
|
| 682 |
+
|
| 683 |
+
[Model Hub](https://github.com/atomwalk12/linalg-zero/) |
|
| 684 |
+
[Report](https://github.com/atomwalk12/linalg-zero/blob/main/docs/report.pdf) |
|
| 685 |
+
[Poster](https://github.com/atomwalk12/linalg-zero/blob/main/docs/poster.pdf)
|
| 686 |
+
"""
|
| 687 |
+
)
|
| 688 |
|
| 689 |
with gr.Row():
|
| 690 |
# Left Panel - Configuration
|