Spaces:
Sleeping
Sleeping
update language
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ if __name__ == "__main__":
|
|
145 |
with gr.Column():
|
146 |
|
147 |
gr.Markdown("## Load Inputs")
|
148 |
-
gr.Markdown("Upload
|
149 |
gr.Markdown(
|
150 |
"_If no file is uploaded, a sample PDF will be used. PDFs are truncated to 20 pages._"
|
151 |
)
|
|
|
145 |
with gr.Column():
|
146 |
|
147 |
gr.Markdown("## Load Inputs")
|
148 |
+
gr.Markdown("Upload LLP files for OCR output. Files should be < 10MB to avoid upload issues (would need PDF compressor in production).")
|
149 |
gr.Markdown(
|
150 |
"_If no file is uploaded, a sample PDF will be used. PDFs are truncated to 20 pages._"
|
151 |
)
|