Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ demo = gr.Interface(
|
|
80 |
fn=extract_mixed_text,
|
81 |
inputs=gr.Image(type="pil", label="Upload Image with Text"),
|
82 |
outputs=gr.Textbox(label="Extracted Text", lines=10),
|
83 |
-
title="
|
84 |
-
description="Upload an image to extract Malayalam
|
85 |
)
|
86 |
|
87 |
# Launch the app
|
|
|
80 |
fn=extract_mixed_text,
|
81 |
inputs=gr.Image(type="pil", label="Upload Image with Text"),
|
82 |
outputs=gr.Textbox(label="Extracted Text", lines=10),
|
83 |
+
title="Malayalam Grocery List Extractor",
|
84 |
+
description="Upload an image to extract Malayalam Grocery List."
|
85 |
)
|
86 |
|
87 |
# Launch the app
|