TomData commited on
Commit
1e8ed15
·
1 Parent(s): 4c80c35
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as App:
16
  cache_examples=False, #true increases the loading time
17
  )
18
  with gr.Tab("KeyWordSearch"):
19
- gr.Interface(fn=keyword_search, inputs=input, outputs=output)
20
 
21
 
22
  if __name__ == "__main__":
 
16
  cache_examples=False, #true increases the loading time
17
  )
18
  with gr.Tab("KeyWordSearch"):
19
+ gr.Interface(fn=keyword_search, inputs=input, outputs=output, max_batch_size = 10)
20
 
21
 
22
  if __name__ == "__main__":