Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|