Hzqhssn commited on
Commit
0d32855
·
1 Parent(s): 262c67d
Files changed (1) hide show
  1. app.py +1 -1
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="Enhanced OCR Text Extractor",
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
  )