MaziyarPanahi
commited on
update the design
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
|
|
176 |
# print(json_data['choices'][0])
|
177 |
|
178 |
msg.submit(
|
179 |
-
user, [msg, chatbot], [msg, chatbot], queue=False, concurrency_limit=
|
180 |
).then(
|
181 |
bot,
|
182 |
inputs=[
|
|
|
176 |
# print(json_data['choices'][0])
|
177 |
|
178 |
msg.submit(
|
179 |
+
user, [msg, chatbot], [msg, chatbot], queue=False, concurrency_limit=10
|
180 |
).then(
|
181 |
bot,
|
182 |
inputs=[
|