Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c80cc87
1
Parent(s):
429439c
Remove processing time details from Gradio interface help text
Browse files
app.py
CHANGED
@@ -491,10 +491,6 @@ with gr.Blocks() as demo:
|
|
491 |
"- Use high-resolution scans (300+ DPI) for best results\n"
|
492 |
"- Historical documents with clear text work best\n"
|
493 |
"- The VLM models can handle complex layouts, tables, and mathematical notation\n\n"
|
494 |
-
"### ⏱️ Processing Time\n"
|
495 |
-
"- RolmOCR: ~5-10 seconds per page\n"
|
496 |
-
"- Nanonets-OCR-s: ~10-20 seconds per page (more detailed analysis)\n\n"
|
497 |
-
"### 📄 Example ALTO XML Structure"
|
498 |
)
|
499 |
gr.Code(
|
500 |
value=(
|
|
|
491 |
"- Use high-resolution scans (300+ DPI) for best results\n"
|
492 |
"- Historical documents with clear text work best\n"
|
493 |
"- The VLM models can handle complex layouts, tables, and mathematical notation\n\n"
|
|
|
|
|
|
|
|
|
494 |
)
|
495 |
gr.Code(
|
496 |
value=(
|