Spaces:
Runtime error
Runtime error
Abid Ali Awan
commited on
Commit
·
1c5cb1c
1
Parent(s):
d6652c5
adding batch
Browse files
app.py
CHANGED
|
@@ -64,6 +64,9 @@ demo = gr.Interface(
|
|
| 64 |
inputs="text",
|
| 65 |
outputs="text",
|
| 66 |
live=True,
|
|
|
|
|
|
|
|
|
|
| 67 |
allow_flagging=False,
|
| 68 |
)
|
| 69 |
|
|
|
|
| 64 |
inputs="text",
|
| 65 |
outputs="text",
|
| 66 |
live=True,
|
| 67 |
+
batch=True,
|
| 68 |
+
max_batch_size=10000,
|
| 69 |
+
concurrency_limit=16,
|
| 70 |
allow_flagging=False,
|
| 71 |
)
|
| 72 |
|