Update app.py
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ demo = gr.Interface(inference,
|
|
323 |
title = title,
|
324 |
description = description,
|
325 |
examples = examples,
|
326 |
-
|
327 |
)
|
328 |
demo.launch()
|
329 |
|
|
|
323 |
title = title,
|
324 |
description = description,
|
325 |
examples = examples,
|
326 |
+
cache_examples=True
|
327 |
)
|
328 |
demo.launch()
|
329 |
|