mou3az commited on
Commit
0c3a8f3
1 Parent(s): 380bcb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -509,5 +509,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
509
  submit.click(user3, [msg, chatbot, file_output], [msg, chatbot, file_output], queue=True).then(File_Interact, [chatbot, filepath],chatbot)
510
  chatbot.like(print_like_dislike, None, None)
511
 
512
- demo.queue()#max_size=10, default_concurrency_limit=4
513
- demo.launch(max_file_size="5mb") #,show_api=False,max_threads=50
 
509
  submit.click(user3, [msg, chatbot, file_output], [msg, chatbot, file_output], queue=True).then(File_Interact, [chatbot, filepath],chatbot)
510
  chatbot.like(print_like_dislike, None, None)
511
 
512
+ demo.queue(max_size=10, default_concurrency_limit=4)
513
+ demo.launch(max_file_size="5mb",show_api=False,max_threads=50)