Commit
·
a961c67
1
Parent(s):
2527cff
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ gr.inputs.Textbox(lines=1, label="Starting Point (optional)")],
|
|
27 |
outputs=["text"],
|
28 |
title=title,description=description,
|
29 |
article= article,
|
30 |
-
examples=examples,
|
31 |
-
|
32 |
-
|
|
|
27 |
outputs=["text"],
|
28 |
title=title,description=description,
|
29 |
article= article,
|
30 |
+
examples=examples,
|
31 |
+
allow_flagging='never').launch(enable_queue=True,
|
32 |
+
cache_examples=False)
|