RaviNaik commited on
Commit
5205e91
·
verified ·
1 Parent(s): 007e980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def generate(prompt, max_new_tokens):
39
 
40
 
41
  with gr.Blocks() as app:
42
- gr.Markdown("## ERA Session21 - 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
 
 
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