topdu commited on
Commit
1908fcb
Β·
verified Β·
1 Parent(s): c898ed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -279,11 +279,9 @@ def create_demo() -> gr.Blocks:
279
  <p style="font-size: 0.95em; color: #888;">
280
  Powered by <a href="https://www.paddleocr.ai/latest/version3.x/module_usage/layout_analysis.html" target="_blank">PP-DocLayoutV2</a> for layout analysis and <a href="https://arxiv.org/pdf/2512.21095" target="_blank">UniRec-0.1B</a> for unified recognition of text, formulas, and tables
281
  </p>
 
 
282
  </div>
283
- """)
284
-
285
- # Quick links
286
- gr.HTML("""
287
  <div class="quick-links">
288
  <a href="https://github.com/Topdu/OpenOCR" target="_blank">πŸ“– GitHub</a>
289
  <a href="https://arxiv.org/pdf/2512.21095" target="_blank">πŸ“„ Paper</a>
 
279
  <p style="font-size: 0.95em; color: #888;">
280
  Powered by <a href="https://www.paddleocr.ai/latest/version3.x/module_usage/layout_analysis.html" target="_blank">PP-DocLayoutV2</a> for layout analysis and <a href="https://arxiv.org/pdf/2512.21095" target="_blank">UniRec-0.1B</a> for unified recognition of text, formulas, and tables
281
  </p>
282
+ <strong>⚑ Deployment Notice:</strong>
283
+ <p style="font-size: 0.95em; color: #888;">The current online demo uses CPU inference, which may be unstable and slow. For better performance, you can deploy locally with GPU acceleration refer to the <a href="https://github.com/Topdu/OpenOCR/blob/main/docs/opendoc.md" target="_blank">[Local GPU Deployment]</a>. We are also working on deploying OpenDoc-0.1B using inference acceleration frameworks. Stay tuned!</p>
284
  </div>
 
 
 
 
285
  <div class="quick-links">
286
  <a href="https://github.com/Topdu/OpenOCR" target="_blank">πŸ“– GitHub</a>
287
  <a href="https://arxiv.org/pdf/2512.21095" target="_blank">πŸ“„ Paper</a>