Spaces:
Running
Running
Abid Ali Awan
commited on
Commit
•
29d6cb3
1
Parent(s):
bbf5238
removing some features
Browse files
app.py
CHANGED
@@ -74,13 +74,9 @@ demo = gr.Interface(
|
|
74 |
inputs="text",
|
75 |
outputs="text",
|
76 |
live=True,
|
77 |
-
batch=True,
|
78 |
-
max_batch_size=10000,
|
79 |
-
concurrency_limit=16,
|
80 |
allow_flagging="never",
|
81 |
theme=gr.themes.Soft(),
|
82 |
)
|
83 |
|
84 |
# Launch the Gradio interface
|
85 |
-
demo.queue()
|
86 |
demo.launch()
|
|
|
74 |
inputs="text",
|
75 |
outputs="text",
|
76 |
live=True,
|
|
|
|
|
|
|
77 |
allow_flagging="never",
|
78 |
theme=gr.themes.Soft(),
|
79 |
)
|
80 |
|
81 |
# Launch the Gradio interface
|
|
|
82 |
demo.launch()
|