Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mischeiwiller
commited on
Commit
•
1066985
1
Parent(s):
f0bdc5a
fix: removed `enable_queue`parameter in gr.Interface()
Browse files
app.py
CHANGED
@@ -74,7 +74,6 @@ iface = gr.Interface(
|
|
74 |
title=title,
|
75 |
description=description,
|
76 |
article=article,
|
77 |
-
enable_queue=True,
|
78 |
examples=examples,
|
79 |
css=css
|
80 |
)
|
|
|
74 |
title=title,
|
75 |
description=description,
|
76 |
article=article,
|
|
|
77 |
examples=examples,
|
78 |
css=css
|
79 |
)
|