Spaces:
Runtime error
Runtime error
Commit
·
91db8a4
1
Parent(s):
33634a2
v2024-06-06
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ demo = gr.ChatInterface(
|
|
51 |
gr.Checkbox(value=True, label="conversational"),
|
52 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
53 |
],
|
54 |
-
title="NeonLLM (v2024-
|
55 |
concurrency_limit=5,
|
56 |
)
|
57 |
|
|
|
51 |
gr.Checkbox(value=True, label="conversational"),
|
52 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
53 |
],
|
54 |
+
title="NeonLLM (v2024-06-06)",
|
55 |
concurrency_limit=5,
|
56 |
)
|
57 |
|