Spaces:
Sleeping
Sleeping
kasper-boy
commited on
Update ocr_image.py
Browse files- ocr_image.py +1 -7
ocr_image.py
CHANGED
@@ -102,13 +102,7 @@ demo = gr.Interface(
|
|
102 |
generate_ocr,
|
103 |
[method,image],
|
104 |
output,
|
105 |
-
title="Optical Character Recognition"
|
106 |
-
css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
|
107 |
-
article = """<p style='text-align: center;'>Feel free to give us your thoughts on this demo and please contact us at
|
108 |
-
<a href="mailto:letstalk@pragnakalp.com" target="_blank">letstalk@pragnakalp.com</a>
|
109 |
-
<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
110 |
-
|
111 |
-
|
112 |
)
|
113 |
# demo.launch(enable_queue = False)
|
114 |
demo.launch()
|
|
|
102 |
generate_ocr,
|
103 |
[method,image],
|
104 |
output,
|
105 |
+
title="Optical Character Recognition"
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
)
|
107 |
# demo.launch(enable_queue = False)
|
108 |
demo.launch()
|