Prompthumanizer commited on
Commit
fb12754
Β·
verified Β·
1 Parent(s): 79f10bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=50
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,