Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def generate(prompt, max_new_tokens):
|
|
39 |
|
40 |
|
41 |
with gr.Blocks() as app:
|
42 |
-
gr.Markdown("##
|
43 |
gr.Markdown(
|
44 |
"""This is an implementation of GPT [Let's build GPT: from scratch, in code, spelled out.](https://www.youtube.com/watch?v=kCc8FmEb1nY&t=2s) by Andrej Karpathy.
|
45 |
|
|
|
39 |
|
40 |
|
41 |
with gr.Blocks() as app:
|
42 |
+
gr.Markdown("## GPT from scratch")
|
43 |
gr.Markdown(
|
44 |
"""This is an implementation of GPT [Let's build GPT: from scratch, in code, spelled out.](https://www.youtube.com/watch?v=kCc8FmEb1nY&t=2s) by Andrej Karpathy.
|
45 |
|