Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
·
05c3bd0
1
Parent(s):
fbbe98d
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,7 @@ gr.Interface(
|
|
| 36 |
description=description,
|
| 37 |
article=article,
|
| 38 |
allow_flagging="never",
|
| 39 |
-
examples=examples
|
| 40 |
-
|
|
|
|
| 41 |
|
|
|
|
| 36 |
description=description,
|
| 37 |
article=article,
|
| 38 |
allow_flagging="never",
|
| 39 |
+
examples=examples,
|
| 40 |
+
enable_queue=True
|
| 41 |
+
).launch()
|
| 42 |
|