Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|