Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def docqa_pipeline(image, question):
|
|
69 |
|
70 |
with gr.Blocks(title="DocQA Agent (LangChain): Intelligent Q&A from Extracted English Document") as app:
|
71 |
gr.Markdown("""
|
72 |
-
#
|
73 |
<br>
|
74 |
A multi-agent system for question answering from English documents (OCR + retrieval + intelligent answer with LangChain)
|
75 |
""")
|
|
|
69 |
|
70 |
with gr.Blocks(title="DocQA Agent (LangChain): Intelligent Q&A from Extracted English Document") as app:
|
71 |
gr.Markdown("""
|
72 |
+
# omidsakaki.ir
|
73 |
<br>
|
74 |
A multi-agent system for question answering from English documents (OCR + retrieval + intelligent answer with LangChain)
|
75 |
""")
|