Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -138,6 +138,7 @@ model.to(device)
|
|
138 |
|
139 |
with gr.Blocks() as app:
|
140 |
gr.Markdown("# Memex: OCR-free Visual Document Retrieval @RhapsodyAI")
|
|
|
141 |
|
142 |
with gr.Row():
|
143 |
file_input = gr.File(type="binary", label="Upload PDF")
|
|
|
138 |
|
139 |
with gr.Blocks() as app:
|
140 |
gr.Markdown("# Memex: OCR-free Visual Document Retrieval @RhapsodyAI")
|
141 |
+
gr.Markdown("Visit our model repo: [RhapsodyAI/minicpm-visual-embedding-v0](https://huggingface.co/RhapsodyAI/minicpm-visual-embedding-v0)")
|
142 |
|
143 |
with gr.Row():
|
144 |
file_input = gr.File(type="binary", label="Upload PDF")
|