KingNish commited on
Commit
b2e3322
1 Parent(s): 4413825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -498,8 +498,6 @@ with gr.Blocks(
498
  )
499
 
500
  gr.ChatInterface(
501
- batch=True,
502
- max_batch_size=10,
503
  fn=model_inference,
504
  chatbot=chatbot,
505
  examples=EXAMPLES,
 
498
  )
499
 
500
  gr.ChatInterface(
 
 
501
  fn=model_inference,
502
  chatbot=chatbot,
503
  examples=EXAMPLES,