Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ def create_jain_interface():
|
|
340 |
with gr.Row():
|
341 |
with gr.Column(scale=3):
|
342 |
# μ±ν
μΈν°νμ΄μ€
|
343 |
-
chatbot = gr.Chatbot(
|
344 |
label="π¬ μ μΈκ³Όμ λν",
|
345 |
height=500,
|
346 |
show_label=True,
|
@@ -431,7 +431,7 @@ if __name__ == "__main__":
|
|
431 |
# νκΉ
νμ΄μ€ μ€νμ΄μ€μ© μ€μ
|
432 |
app.queue(
|
433 |
concurrency_count=10,
|
434 |
-
max_size=
|
435 |
).launch(
|
436 |
server_name="0.0.0.0",
|
437 |
server_port=7860,
|
|
|
340 |
with gr.Row():
|
341 |
with gr.Column(scale=3):
|
342 |
# μ±ν
μΈν°νμ΄μ€
|
343 |
+
chatbot = gr.Chatbot(type='messages')
|
344 |
label="π¬ μ μΈκ³Όμ λν",
|
345 |
height=500,
|
346 |
show_label=True,
|
|
|
431 |
# νκΉ
νμ΄μ€ μ€νμ΄μ€μ© μ€μ
|
432 |
app.queue(
|
433 |
concurrency_count=10,
|
434 |
+
max_size=10
|
435 |
).launch(
|
436 |
server_name="0.0.0.0",
|
437 |
server_port=7860,
|