Spaces:
Runtime error
Runtime error
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 |
)
|