Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def generate(prompt, max_new_tokens, temperature, num_samples):
|
|
| 21 |
|
| 22 |
|
| 23 |
with gr.Blocks() as app:
|
| 24 |
-
gr.Markdown("##
|
| 25 |
gr.Markdown(
|
| 26 |
"""This is an implementation of Pythia-160M using [LitGPT](https://github.com/Lightning-AI/lit-gpt) by LightningAI.
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
with gr.Blocks() as app:
|
| 24 |
+
gr.Markdown("## Pythia-160M Pre-training with LitGPT")
|
| 25 |
gr.Markdown(
|
| 26 |
"""This is an implementation of Pythia-160M using [LitGPT](https://github.com/Lightning-AI/lit-gpt) by LightningAI.
|
| 27 |
|