Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,8 @@ iface = gr.Interface(
|
|
186 |
],
|
187 |
examples=examples,
|
188 |
title=title,
|
189 |
-
description=description
|
|
|
190 |
)
|
191 |
|
192 |
|
|
|
186 |
],
|
187 |
examples=examples,
|
188 |
title=title,
|
189 |
+
description=description,
|
190 |
+
cache_examples=True,
|
191 |
)
|
192 |
|
193 |
|