Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ iface = gr.Interface(
|
|
41 |
theme="default",
|
42 |
analytics_enabled=False,
|
43 |
show_progress="full",
|
44 |
-
queue=False,
|
45 |
batch=False,
|
46 |
max_batch_size=4,
|
47 |
api_name=None,
|
|
|
41 |
theme="default",
|
42 |
analytics_enabled=False,
|
43 |
show_progress="full",
|
|
|
44 |
batch=False,
|
45 |
max_batch_size=4,
|
46 |
api_name=None,
|