tcy6 commited on
Commit
a038f64
·
1 Parent(s): 801b8dc

Update app.py

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