pandora-s commited on
Commit
23ac91c
·
verified ·
1 Parent(s): 22d0047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 App")
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"):