Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|