Spaces:
Runtime error
Runtime error
Commit
·
8f2181a
1
Parent(s):
ad427b2
v2024-05-15
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ demo = gr.ChatInterface(
|
|
42 |
additional_inputs=[
|
43 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
44 |
],
|
|
|
45 |
)
|
46 |
|
47 |
|
|
|
42 |
additional_inputs=[
|
43 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
44 |
],
|
45 |
+
title="NeonLLM (v2024-05-15)",
|
46 |
)
|
47 |
|
48 |
|