merterbak commited on
Commit
3af4306
·
verified ·
1 Parent(s): 23071f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. Visit <a href='https://console.mistral.ai/'>Mistral AI Console</a> to manage your API key. 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.</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):