Svngoku commited on
Commit
dd232fc
·
verified ·
1 Parent(s): d030afd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ def create_interface():
316
  .status {color: #666; font-style: italic;}
317
  """
318
 
319
- with gr.Blocks(title="Mistral OCR App", css=css) as demo:
320
  gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
321
 
322
  with gr.Row():
 
316
  .status {color: #666; font-style: italic;}
317
  """
318
 
319
+ with gr.Blocks(title="Mistral OCR API Demo", css=css) as demo:
320
  gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
321
 
322
  with gr.Row():