Commit
·
d37567f
1
Parent(s):
a961c67
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ title=title,description=description,
|
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
allow_flagging='never').launch(enable_queue=True,
|
32 |
-
cache_examples=
|
|
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
allow_flagging='never').launch(enable_queue=True,
|
32 |
+
cache_examples=True)
|