Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ def process_image(image):
|
|
19 |
|
20 |
return generated_text
|
21 |
|
22 |
-
title = "Interactive demo:
|
23 |
description = "Demo for tesseract ocr"
|
24 |
-
article = "<p style='text-align: center'
|
25 |
examples =[["image_0.png"]]
|
26 |
|
27 |
iface = gr.Interface(fn=process_image,
|
|
|
19 |
|
20 |
return generated_text
|
21 |
|
22 |
+
title = "Interactive demo: Tesseract OCR"
|
23 |
description = "Demo for tesseract ocr"
|
24 |
+
article = "<p style='text-align: center'></p>"
|
25 |
examples =[["image_0.png"]]
|
26 |
|
27 |
iface = gr.Interface(fn=process_image,
|