pandora-s commited on
Commit
1c329f7
·
verified ·
1 Parent(s): 367038f

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("# Mistral OCR")
113
- gr.Markdown("Upload a PDF or an image, or provide a URL to extract text and images using Mistral OCR capabilities.\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")
 
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# Mistral OCR")
113
+ gr.Markdown("Upload a PDF or an image, or provide a URL to extract text and images using Mistral OCR capabilities.\n\nLearn more in the 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")