Ahsen Khaliq
commited on
Commit
·
1643b12
1
Parent(s):
d6be5e1
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,6 @@ gr.Interface(
|
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|
34 |
-
examples=examples
|
35 |
-
|
|
|
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|
34 |
+
examples=examples,
|
35 |
+
enable_queue=True
|
36 |
+
).launch()
|