Svngoku commited on
Commit
2567893
·
verified ·
1 Parent(s): 8e3a3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ def create_interface():
260
  .status {color: #666; font-style: italic;}
261
  """
262
 
263
- with gr.Blocks(title="Mistral OCR App", css=css) as demo:
264
  gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
265
 
266
  with gr.Row():
 
260
  .status {color: #666; font-style: italic;}
261
  """
262
 
263
+ with gr.Blocks(title="Mistral OCR Demo", css=css) as demo:
264
  gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
265
 
266
  with gr.Row():