Commit
·
92aec6c
1
Parent(s):
416c4e8
Update app.py
Browse files
app.py
CHANGED
@@ -28,5 +28,5 @@ outputs=["text"],
|
|
28 |
title=title,description=description,
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
-
|
32 |
-
allow_flagging=
|
|
|
28 |
title=title,description=description,
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
+
cache_examples=False,
|
32 |
+
allow_flagging=never).launch(enable_queue=True)
|