Spaces:
Sleeping
Sleeping
Abid Ali Awan
commited on
Commit
•
3076e83
1
Parent(s):
9d8746a
adding batch
Browse files
app.py
CHANGED
@@ -74,6 +74,7 @@ demo = gr.Interface(
|
|
74 |
inputs="text",
|
75 |
outputs="text",
|
76 |
live=True,
|
|
|
77 |
allow_flagging="never",
|
78 |
theme=gr.themes.Soft(),
|
79 |
)
|
|
|
74 |
inputs="text",
|
75 |
outputs="text",
|
76 |
live=True,
|
77 |
+
batch=True,
|
78 |
allow_flagging="never",
|
79 |
theme=gr.themes.Soft(),
|
80 |
)
|