bokesyo commited on
Commit
7614217
·
verified ·
1 Parent(s): d90ed2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")