Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -166,5 +166,4 @@ with gr.Blocks() as demo:
|
|
166 |
button_gen.click(fn=predict, inputs=[txt, state, behavior], outputs=[txt, state, chatbot])
|
167 |
button_clr.click(fn=lambda :([],[]), inputs=None, outputs=[chatbot, state])
|
168 |
|
169 |
-
demo.queue(concurrency_count=3, max_size=10)
|
170 |
demo.launch()
|
|
|
166 |
button_gen.click(fn=predict, inputs=[txt, state, behavior], outputs=[txt, state, chatbot])
|
167 |
button_clr.click(fn=lambda :([],[]), inputs=None, outputs=[chatbot, state])
|
168 |
|
|
|
169 |
demo.launch()
|