Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
f493074
1
Parent(s):
a92eac6
Update app.py
Browse files
app.py
CHANGED
@@ -150,5 +150,6 @@ gr.Interface(
|
|
150 |
title=title,
|
151 |
description=description,
|
152 |
article=article,
|
153 |
-
examples=examples
|
|
|
154 |
).launch(debug=True)
|
|
|
150 |
title=title,
|
151 |
description=description,
|
152 |
article=article,
|
153 |
+
examples=examples,
|
154 |
+
enable_queue=True
|
155 |
).launch(debug=True)
|