Spaces:
Sleeping
Sleeping
Commit
·
e00c743
1
Parent(s):
af66144
v2024-06-17
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.ChatInterface(
|
|
74 |
gr.Checkbox(value=True, label="conversational"),
|
75 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
76 |
],
|
77 |
-
title="NeonLLM (v2024-06-
|
78 |
concurrency_limit=5,
|
79 |
)
|
80 |
|
|
|
74 |
gr.Checkbox(value=True, label="conversational"),
|
75 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
76 |
],
|
77 |
+
title="NeonLLM (v2024-06-17)",
|
78 |
concurrency_limit=5,
|
79 |
)
|
80 |
|