pandora-s commited on
Commit
5779733
·
verified ·
1 Parent(s): 1cf0187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def perform_ocr_url(url, ocr_method="Mistral OCR"):
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# OCR App")
113
- gr.Markdown("Upload a PDF or an image, or provide a URL to extract text using OCR.")
114
 
115
  with gr.Tab("Upload File"):
116
  file_input = gr.File(label="Upload a PDF or Image")
 
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# OCR App")
113
+ gr.Markdown("Upload a PDF or an image, or provide a URL to extract text and images using Mistral OCR capabities.\n\nLearn more in our blog post [here](https://mistral.ai/news/mistral-ocr).")
114
 
115
  with gr.Tab("Upload File"):
116
  file_input = gr.File(label="Upload a PDF or Image")