Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -240,10 +240,10 @@ def answer_question(images, question):
|
|
240 |
|
241 |
|
242 |
with gr.Blocks() as app:
|
243 |
-
gr.Markdown("#
|
244 |
|
245 |
gr.Markdown("""
|
246 |
-
- A Vision Language Model Dense Retriever ([
|
247 |
|
248 |
- **Ask a question**, it retrieve most relavant pages, then [MiniCPM-V-2.6](https://huggingface.co/spaces/openbmb/MiniCPM-V-2_6) will answer your question based on pages recalled, with strong multi-image understanding capability.
|
249 |
|
|
|
240 |
|
241 |
|
242 |
with gr.Blocks() as app:
|
243 |
+
gr.Markdown("# VisRAG Pipeline: Vision-based Retrieval-augmented Generation on Multi-modality Documents")
|
244 |
|
245 |
gr.Markdown("""
|
246 |
+
- A Vision Language Model Dense Retriever ([VisRAG-Ret](https://huggingface.co/openbmb/VisRAG-Ret)) **directly reads** your PDFs **without need of OCR**, produce **multimodal dense representations** and build your personal library.
|
247 |
|
248 |
- **Ask a question**, it retrieve most relavant pages, then [MiniCPM-V-2.6](https://huggingface.co/spaces/openbmb/MiniCPM-V-2_6) will answer your question based on pages recalled, with strong multi-image understanding capability.
|
249 |
|