Spaces:
Sleeping
Sleeping
Commit
·
89e72c9
1
Parent(s):
6610027
fix typo
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ input = gr.Image()
|
|
57 |
output = gr.Textbox()
|
58 |
|
59 |
title = "日本語手書き認識"
|
60 |
-
description = "DEMO by
|
61 |
examples=[['data/in_1.png'],['data/sample_1_1.png']]
|
62 |
|
63 |
gr.Interface(fn=do_ocr,
|
|
|
57 |
output = gr.Textbox()
|
58 |
|
59 |
title = "日本語手書き認識"
|
60 |
+
description = "DEMO by TOKYO TECHIES (注意:画像には1行のテキストしか含まれていません。)"
|
61 |
examples=[['data/in_1.png'],['data/sample_1_1.png']]
|
62 |
|
63 |
gr.Interface(fn=do_ocr,
|