Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ unicorn_example = "In a shocking finding, scientist discovered a herd of unicorn
|
|
57 |
time_travel_example = "Explain the grandfather paradox in time travel and propose a potential resolution."
|
58 |
|
59 |
with gr.Blocks() as demo:
|
60 |
-
gr.Markdown("<h1 style='text-align: center;'>LLM.C Chat Demo</h1>")
|
61 |
|
62 |
with gr.Row():
|
63 |
with gr.Column(scale=3):
|
|
|
57 |
time_travel_example = "Explain the grandfather paradox in time travel and propose a potential resolution."
|
58 |
|
59 |
with gr.Blocks() as demo:
|
60 |
+
gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Chat Demo (not yet the right ckpt)</h1>")
|
61 |
|
62 |
with gr.Row():
|
63 |
with gr.Column(scale=3):
|