Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,11 +129,11 @@ demo = gr.Interface(
|
|
129 |
generate_ocr,
|
130 |
[method, image],
|
131 |
output,
|
132 |
-
title="Optical Character Recognition",
|
133 |
css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
|
134 |
article = """<p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
|
135 |
-
<a href="mailto:
|
136 |
-
<p style='text-align: center;'>Developed by: <a href="https://
|
137 |
|
138 |
|
139 |
)
|
|
|
129 |
generate_ocr,
|
130 |
[method, image],
|
131 |
output,
|
132 |
+
title="Persian Optical Character Recognition",
|
133 |
css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
|
134 |
article = """<p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
|
135 |
+
<a href="mailto:zaribar2928@gmail.com" target="_blank">zaribar2928@gmail.com</a>
|
136 |
+
<p style='text-align: center;'>Developed by: <a href="https://github.com/mohammad2928" target="_blank">Mohammad Mahmoudi</a></p>"""
|
137 |
|
138 |
|
139 |
)
|