Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def perform_ocr_url(url, ocr_method="Mistral OCR"):
|
|
109 |
return "## Method not supported.", "Method not supported."
|
110 |
|
111 |
with gr.Blocks() as demo:
|
112 |
-
gr.Markdown("# 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"):
|
|
|
109 |
return "## Method not supported.", "Method not supported."
|
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"):
|