Spaces:
Running
Running
Changed ocr model to new model mistral-ocr-2505
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(
|
|
124 |
theme=gr.themes.Soft()
|
125 |
) as demo:
|
126 |
gr.Markdown("<h1 style='text-align: center;'>Mistral OCR Demo</h1>")
|
127 |
-
gr.Markdown("<p style='text-align: center;'>Extract text and images from PDFs or images using Mistral's latest OCR model mistral-ocr-2505. You can also see markdown live.</p>")
|
128 |
gr.Markdown("<p style='text-align: center;'>Provide your Mistral API key below or set the `MISTRAL` environment variable. Visit <a href='https://console.mistral.ai/'>Mistral AI Console</a> to manage your API key.</p>")
|
129 |
|
130 |
with gr.Row():
|
|
|
124 |
theme=gr.themes.Soft()
|
125 |
) as demo:
|
126 |
gr.Markdown("<h1 style='text-align: center;'>Mistral OCR Demo</h1>")
|
127 |
+
gr.Markdown("<p style='text-align: center;'>Extract text and images from PDFs or images using Mistral's latest OCR model, mistral-ocr-2505. You can also see markdown live.</p>")
|
128 |
gr.Markdown("<p style='text-align: center;'>Provide your Mistral API key below or set the `MISTRAL` environment variable. Visit <a href='https://console.mistral.ai/'>Mistral AI Console</a> to manage your API key.</p>")
|
129 |
|
130 |
with gr.Row():
|