Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ with gr.Blocks(
|
|
113 |
theme=gr.themes.Soft()
|
114 |
) as demo:
|
115 |
gr.Markdown("<h1 style='text-align: center;'>Mistral OCR Demo</h1>")
|
116 |
-
gr.Markdown("<p style='text-align: center;'>Extract text and images from PDFs or images using Mistral's latest OCR model.
|
117 |
-
gr.Markdown("<p style='text-align: center;'>Provide your Mistral API key, below or create MISTRAL secret from space settings.</p>")
|
118 |
|
119 |
with gr.Row():
|
120 |
with gr.Column(scale=1):
|
|
|
113 |
theme=gr.themes.Soft()
|
114 |
) as demo:
|
115 |
gr.Markdown("<h1 style='text-align: center;'>Mistral OCR Demo</h1>")
|
116 |
+
gr.Markdown("<p style='text-align: center;'>Extract text and images from PDFs or images using Mistral's latest OCR model. You can also see markdown live.</p>")
|
117 |
+
gr.Markdown("<p style='text-align: center;'>Provide your Mistral API key, below or create MISTRAL secret from space settings. Visit <a href='https://console.mistral.ai/'>Mistral AI Console</a> to manage your API key.</p>")
|
118 |
|
119 |
with gr.Row():
|
120 |
with gr.Column(scale=1):
|