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