mou3az commited on
Commit
34a4ca4
1 Parent(s): 3bd107b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -510,4 +510,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
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,max_batch_size=4,batch=True)
 
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,batch=True)