Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def modify_system_session(system):
|
|
38 |
return system, system, []
|
39 |
|
40 |
with gr.Blocks() as demo:
|
41 |
-
gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Chat Demo
|
42 |
|
43 |
with gr.Row():
|
44 |
with gr.Column(scale=3):
|
|
|
38 |
return system, system, []
|
39 |
|
40 |
with gr.Blocks() as demo:
|
41 |
+
gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Chat Demo 🤖 (not the good ckpt for now)</h1>")
|
42 |
|
43 |
with gr.Row():
|
44 |
with gr.Column(scale=3):
|