Spaces:
Runtime error
Runtime error
NeonBohdan
commited on
Commit
•
6f9c10f
1
Parent(s):
27bb117
v2024-07-03
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ demo = gr.ChatInterface(
|
|
84 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
85 |
],
|
86 |
additional_inputs_accordion=gr.Accordion(label="Config", open=True),
|
87 |
-
title="NeonLLM (v2024-
|
88 |
concurrency_limit=5,
|
89 |
)
|
90 |
|
|
|
84 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
85 |
],
|
86 |
additional_inputs_accordion=gr.Accordion(label="Config", open=True),
|
87 |
+
title="NeonLLM (v2024-07-03)",
|
88 |
concurrency_limit=5,
|
89 |
)
|
90 |
|