Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
429439c
1
Parent(s):
da7a837
Update model selection text in Gradio interface for clarity
Browse files
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 (
|
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 |
)
|