DeepMount00 commited on
Commit
a3815e6
·
verified ·
1 Parent(s): 881fed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -101,7 +101,8 @@ def process_image(image, progress=gr.Progress()):
101
  with gr.Blocks() as demo:
102
  gr.Markdown("# OCR to Markdown Converter")
103
  gr.Markdown(
104
- f"Upload an image containing text to convert it to Markdown format. This tool uses the {MODEL_ID} model with a fixed instruction: '{OCR_INSTRUCTION}'")
 
105
 
106
  with gr.Row():
107
  with gr.Column(scale=1):
 
101
  with gr.Blocks() as demo:
102
  gr.Markdown("# OCR to Markdown Converter")
103
  gr.Markdown(
104
+ f"Upload Italian text images for instant Markdown conversion.
105
+ Powered by {MODEL_ID} technology for exceptional accuracy with Italian language documents.")
106
 
107
  with gr.Row():
108
  with gr.Column(scale=1):