kenmandal commited on
Commit
3752979
·
verified ·
1 Parent(s): 5195a8a

App heading → ERP-DocIQ (on-brand for hackathon)

Browse files
Files changed (1) hide show
  1. gradio_app.py +5 -4
gradio_app.py CHANGED
@@ -146,10 +146,11 @@ def run_complex_web_automation():
146
  return trace_md, res.get("result")
147
 
148
 
149
- with gr.Blocks(title="ApertureRetail Document Intelligence") as demo:
150
- gr.Markdown("# 📄 ApertureRetail Document Intelligence\n"
151
- "Open-source agentic OCR + IDP (orders · receipts · invoices · contracts · subscription memos). "
152
- "Pluggable OCR backends (MiniCPM-V / Cohere / LlamaParse / Tesseract). Same pipeline as the web app.")
 
153
  with gr.Tab("Process a document"):
154
  with gr.Row():
155
  with gr.Column():
 
146
  return trace_md, res.get("result")
147
 
148
 
149
+ with gr.Blocks(title="ERP-DocIQAgentic Document Intelligence + ERP NLQ") as demo:
150
+ gr.Markdown("# 📄 ERP-DocIQAgentic Document Intelligence + ERP NLQ, on small models\n"
151
+ "Read documents (OCR + IDP), ask your ERP in plain English (NLQ SQL), and automate the clicks — "
152
+ "all on open models ≤32B, with **OpenBMB MiniCPM** (vision + reasoning) doing the heavy lifting. "
153
+ "Built for the **Build Small Hackathon**.")
154
  with gr.Tab("Process a document"):
155
  with gr.Row():
156
  with gr.Column():