Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -259,6 +259,7 @@ with gr.Blocks() as app:
|
|
259 |
""")
|
260 |
|
261 |
gr.Markdown("- The current online demo supports PDF documents with fewer than 50 pages due to GPU time limitations. For longer PDFs and books, consider deploying it on your own machine.")
|
|
|
262 |
|
263 |
with gr.Row():
|
264 |
file_input = gr.File(file_types=["pdf"], label="Step 1: Upload PDF")
|
|
|
259 |
""")
|
260 |
|
261 |
gr.Markdown("- The current online demo supports PDF documents with fewer than 50 pages due to GPU time limitations. For longer PDFs and books, consider deploying it on your own machine.")
|
262 |
+
gr.Markdown("Thank you very much to [@bokesyo](https://huggingface.co/bokesyo) for writing the code.")
|
263 |
|
264 |
with gr.Row():
|
265 |
file_input = gr.File(file_types=["pdf"], label="Step 1: Upload PDF")
|