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