RaviNaik commited on
Commit
d3ca4f2
1 Parent(s): 32fc969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## ERA Session22 - 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
 
 
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