JustinLin610 commited on
Commit
f91298a
1 Parent(s): 9d392d5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def ocr(img, task):
197
  title = "Chinese OCR"
198
  description = "Gradio Demo for Chinese OCR based on OFA-Base. "\
199
  "Upload your own image or click any one of the examples, and click " \
200
- "\"Submit\" and then wait for the generated OCR result. " \
201
  "\n中文OCR体验区。欢迎上传图片,静待检测文字返回~"
202
  article = "<p style='text-align: center'><a href='https://github.com/OFA-Sys/OFA' target='_blank'>OFA Github " \
203
  "Repo</a></p> "
 
197
  title = "Chinese OCR"
198
  description = "Gradio Demo for Chinese OCR based on OFA-Base. "\
199
  "Upload your own image or click any one of the examples, and click " \
200
+ "\"Submit\" and then wait for the generated OCR result." \
201
  "\n中文OCR体验区。欢迎上传图片,静待检测文字返回~"
202
  article = "<p style='text-align: center'><a href='https://github.com/OFA-Sys/OFA' target='_blank'>OFA Github " \
203
  "Repo</a></p> "