Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
e9d7ce9
1
Parent(s):
f7df7de
Update duplicate
Browse files
app.py
CHANGED
@@ -268,6 +268,9 @@ with gr.Blocks(
|
|
268 |
css=css,
|
269 |
) as block:
|
270 |
with gr.Accordion("🎈 Info", open=False):
|
|
|
|
|
|
|
271 |
gr.Markdown(
|
272 |
"""<h4><center>mpt-30b-ggml-chat</center></h4>
|
273 |
|
@@ -424,4 +427,6 @@ with gr.Blocks(
|
|
424 |
show_progress="full",
|
425 |
)
|
426 |
|
427 |
-
|
|
|
|
|
|
268 |
css=css,
|
269 |
) as block:
|
270 |
with gr.Accordion("🎈 Info", open=False):
|
271 |
+
gr.HTML(
|
272 |
+
"""<center><a href="https://huggingface.co/spaces/mikeee/mpt-30b-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate"></a> and spin a CPU UPGRADE to avoid the queue</center>"""
|
273 |
+
)
|
274 |
gr.Markdown(
|
275 |
"""<h4><center>mpt-30b-ggml-chat</center></h4>
|
276 |
|
|
|
427 |
show_progress="full",
|
428 |
)
|
429 |
|
430 |
+
# concurrency_count=5, max_size=20
|
431 |
+
# max_size=36, concurrency_count=14
|
432 |
+
block.queue(concurrency_count=5, max_size=20).launch(debug=True)
|