Spaces:
Sleeping
Sleeping
ahmedmbutt
commited on
Commit
•
d99d8a9
1
Parent(s):
9935eb8
Update app.py
Browse files
app.py
CHANGED
@@ -268,6 +268,6 @@ gr.Interface(
|
|
268 |
title=title,
|
269 |
description=description,
|
270 |
article=article,
|
271 |
-
|
272 |
examples=examples
|
273 |
).launch(debug=True)
|
|
|
268 |
title=title,
|
269 |
description=description,
|
270 |
article=article,
|
271 |
+
queue=True,
|
272 |
examples=examples
|
273 |
).launch(debug=True)
|