fix
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ demo = gr.Interface(
|
|
54 |
gr.Textbox(label="Extracted Text"),
|
55 |
gr.Image(label="Uploaded Image")
|
56 |
],
|
57 |
-
title="
|
58 |
description="Provide an image URL, and this tool will extract text using OCR.",
|
59 |
allow_flagging="never"
|
60 |
)
|
|
|
54 |
gr.Textbox(label="Extracted Text"),
|
55 |
gr.Image(label="Uploaded Image")
|
56 |
],
|
57 |
+
title="OCR Text Extractor",
|
58 |
description="Provide an image URL, and this tool will extract text using OCR.",
|
59 |
allow_flagging="never"
|
60 |
)
|