Karlgorithm commited on
Commit
923b0f3
·
verified ·
1 Parent(s): b8dca43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,12 +35,12 @@ def regenerate():
35
  return "No previous prompt to regenerate"
36
 
37
  # Gradio UI
38
- with gr.Blocks(title="Karlson's TinyLlama Chat", theme=gr.themes.Soft(primary_hue="blue")) as app:
39
  with gr.Column(elem_classes=["center-container"]):
40
  # Header
41
  gr.Markdown("""<div style='text-align: center'>
42
- <h1 style='color: #2563eb'>Karlson's TinyLlama Chat</h1>
43
- <p>Local model served via ngrok</p>
44
  </div>""")
45
 
46
  # Chat Interface
 
35
  return "No previous prompt to regenerate"
36
 
37
  # Gradio UI
38
+ with gr.Blocks(title="Karlson Achegeba GPT", theme=gr.themes.Soft(primary_hue="blue")) as app:
39
  with gr.Column(elem_classes=["center-container"]):
40
  # Header
41
  gr.Markdown("""<div style='text-align: center'>
42
+ <h1 style='color: #2563eb'>Karlson Achegeba GPT</h1>
43
+ <p>My very first trained model</p>
44
  </div>""")
45
 
46
  # Chat Interface