Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ interface = gr.Interface(
|
|
31 |
inputs=[image],
|
32 |
outputs=answer,
|
33 |
examples=examples,
|
|
|
34 |
title=title,
|
35 |
description=description,
|
36 |
article=article,
|
|
|
31 |
inputs=[image],
|
32 |
outputs=answer,
|
33 |
examples=examples,
|
34 |
+
cache_examples="lazy",
|
35 |
title=title,
|
36 |
description=description,
|
37 |
article=article,
|