eliebak HF staff commited on
Commit
e5aa6e2
1 Parent(s): b75458c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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</h1>")
41
 
42
  gr.Markdown(
43
  """
44
  ## About LLM.C
45
- some stuff about llmc
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