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