davanstrien HF Staff commited on
Commit
429439c
Β·
1 Parent(s): da7a837

Update model selection text in Gradio interface for clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -364,7 +364,7 @@ with gr.Blocks() as demo:
364
  gr.Markdown(
365
  "1. πŸ“€ **Upload Image**: Select a historical document image (JPG, PNG, JP2)\n"
366
  "2. πŸ“„ **Upload XML** (Optional): Add the corresponding ALTO or PAGE XML file for comparison\n"
367
- "3. πŸ€– **Choose Model**: Select between RolmOCR (fast) or Nanonets-OCR-s (detailed)\n"
368
  "4. πŸ” **Compare**: Click 'Compare OCR Methods' to process\n"
369
  "5. πŸ’Ύ **Download**: Save the results for further analysis"
370
  )
 
364
  gr.Markdown(
365
  "1. πŸ“€ **Upload Image**: Select a historical document image (JPG, PNG, JP2)\n"
366
  "2. πŸ“„ **Upload XML** (Optional): Add the corresponding ALTO or PAGE XML file for comparison\n"
367
+ "3. πŸ€– **Choose Model**: Select between RolmOCR (new) or Nanonets-OCR-s (even newer!)\n"
368
  "4. πŸ” **Compare**: Click 'Compare OCR Methods' to process\n"
369
  "5. πŸ’Ύ **Download**: Save the results for further analysis"
370
  )