Spaces:
Runtime error
Runtime error
kw update
Browse files
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__":
|