shin-mashita
commited on
Commit
•
bb83661
1
Parent(s):
d3d8d59
Minor edits
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ gr.Interface( fn=classify,
|
|
79 |
allow_flagging="never",
|
80 |
title=title,
|
81 |
description=description,
|
82 |
-
examples=examples).launch(
|
|
|
79 |
allow_flagging="never",
|
80 |
title=title,
|
81 |
description=description,
|
82 |
+
examples=examples).launch(cache_examples=True)
|