vrindagopinath commited on
Commit
7d501b9
·
verified ·
1 Parent(s): 2078378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Text Extractor",
84
- description="Upload an image to extract Malayalam letters, English letters, and numbers."
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