Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,12 +37,12 @@ unicorn_example = "In a shocking finding, scientist discovered a herd of unicorn
|
|
| 37 |
time_travel_example = "Explain the grandfather paradox in time travel and propose a potential resolution."
|
| 38 |
|
| 39 |
with gr.Blocks() as demo:
|
| 40 |
-
gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Demo
|
| 41 |
|
| 42 |
gr.Markdown(
|
| 43 |
"""
|
| 44 |
## About LLM.C
|
| 45 |
-
|
| 46 |
"""
|
| 47 |
)
|
| 48 |
|
|
|
|
| 37 |
time_travel_example = "Explain the grandfather paradox in time travel and propose a potential resolution."
|
| 38 |
|
| 39 |
with gr.Blocks() as demo:
|
| 40 |
+
gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Demo 🤖</h1>")
|
| 41 |
|
| 42 |
gr.Markdown(
|
| 43 |
"""
|
| 44 |
## About LLM.C
|
| 45 |
+
Quick demo of the model trained https://github.com/karpathy/llm.c/discussions/677 (add more info)
|
| 46 |
"""
|
| 47 |
)
|
| 48 |
|