Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
•
1b2702a
1
Parent(s):
adb8527
Directory fix
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def HCR(im):
|
|
22 |
|
23 |
title = "HCR"
|
24 |
description = "[Postech X KITA] Elite Undergradute AI Strategy Program | AI Project Competition Team 2 OCR Part"
|
25 |
-
article = "<p style='text-align: center'> Handwritten Text Character Recognition Task
|
26 |
-
"Text Detection + Text Rearrangement + Text Recognition
|
27 |
#"For More Information\n" \
|
28 |
#"<a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>GitBlog</a> | <a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>Source code</a></p>"
|
29 |
|
|
|
22 |
|
23 |
title = "HCR"
|
24 |
description = "[Postech X KITA] Elite Undergradute AI Strategy Program | AI Project Competition Team 2 OCR Part"
|
25 |
+
article = "<p style='text-align: center'> Handwritten Text Character Recognition Task" \
|
26 |
+
"Text Detection + Text Rearrangement + Text Recognition</p>" \
|
27 |
#"For More Information\n" \
|
28 |
#"<a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>GitBlog</a> | <a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>Source code</a></p>"
|
29 |
|