Spaces:
Running
Running
App heading → ERP-DocIQ (on-brand for hackathon)
Browse files- 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="
|
| 150 |
-
gr.Markdown("# 📄
|
| 151 |
-
"
|
| 152 |
-
"
|
|
|
|
| 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-DocIQ — Agentic Document Intelligence + ERP NLQ") as demo:
|
| 150 |
+
gr.Markdown("# 📄 ERP-DocIQ — Agentic 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():
|