mohammad2928git commited on
Commit
1f7f062
·
verified ·
1 Parent(s): 90da558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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:letstalk@pragnakalp.com" target="_blank">letstalk@pragnakalp.com</a>
136
- <p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
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
  )