tomofi commited on
Commit
dbe41ee
1 Parent(s): 4f25e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ gr.Interface(
23
  title=title,
24
  description=description,
25
  article=article,
26
- examples=[['eurotext.png', ['eng']], ['tesseract_sample.png', ['jpn', 'eng']]]
27
  ).launch(enable_queue=True,cache_examples=True)
28
 
23
  title=title,
24
  description=description,
25
  article=article,
26
+ examples=[['eurotext.png', ['eng']], ['tesseract_sample.png', ['jpn', 'eng']], ['chi.jpg', ['HanS', 'HanT']]]
27
  ).launch(enable_queue=True,cache_examples=True)
28