Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ iface = gr.Interface(
|
|
41 |
description="A simple interface for OCR from Japanese manga",
|
42 |
article= "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. ",
|
43 |
allow_flagging='never',
|
44 |
-
examples=examples
|
|
|
45 |
)
|
46 |
-
iface.launch(enable_queue=True
|
|
|
41 |
description="A simple interface for OCR from Japanese manga",
|
42 |
article= "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. ",
|
43 |
allow_flagging='never',
|
44 |
+
examples=examples,
|
45 |
+
cache_examples=True,
|
46 |
)
|
47 |
+
iface.launch(enable_queue=True)
|