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