Spaces:
Runtime error
Runtime error
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)
|