Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,6 +82,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
82 |
|
83 |
This demo allows you to upload PDF files and search for the most relevant pages based on your query.
|
84 |
Refresh the page if you change documents !
|
|
|
|
|
|
|
85 |
""")
|
86 |
with gr.Row():
|
87 |
with gr.Column(scale=2):
|
|
|
82 |
|
83 |
This demo allows you to upload PDF files and search for the most relevant pages based on your query.
|
84 |
Refresh the page if you change documents !
|
85 |
+
|
86 |
+
⚠️ This demo uses a model trained exclusively on A4 PDFs in portrait mode, containing english text. Performance is expected to drop for other page formats and languages.
|
87 |
+
Other models will be released with better robustness towards different languages and document formats !
|
88 |
""")
|
89 |
with gr.Row():
|
90 |
with gr.Column(scale=2):
|