ImranzamanML commited on
Commit
fa68af3
1 Parent(s): 491e7d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -141,8 +141,8 @@ demo = gr.Interface(
141
  fn=generate_ocr_text,
142
  inputs=[image_input],
143
  outputs=output_textbox,
144
- title="PaddleOCR - Optical Character Recognition",
145
- description="Upload an image and extract text using PaddleOCR. This tool supports multiple languages and handles complex layouts.",
146
  theme="default",
147
  css="""
148
  .gradio-container {
 
141
  fn=generate_ocr_text,
142
  inputs=[image_input],
143
  outputs=output_textbox,
144
+ title="Image to Text OCR",
145
+ description="Upload an image and extract text. This tool supports multiple languages and handles complex layouts.",
146
  theme="default",
147
  css="""
148
  .gradio-container {