vumichien commited on
Commit
f11b432
1 Parent(s): 12d6be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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, cache_examples=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)