paultltc commited on
Commit
ae1680f
·
1 Parent(s): 144f917

update app text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(
61
  This tool allows you to upload PDF files and search for the most relevant pages based on your query.
62
  Refresh the page if you change documents!
63
 
64
- ⚠️ This demo uses a CPU version of the model, so it may be slow. For faster results you may want to fork the space and run it on a GPU.
65
  """)
66
 
67
  api_key = gr.Textbox(placeholder="Enter your OpenAI KEY here", label="API key")
 
61
  This tool allows you to upload PDF files and search for the most relevant pages based on your query.
62
  Refresh the page if you change documents!
63
 
64
+ ⚠️ This demo uses a CPU version of the model, so it may be slow! For faster results you may want to fork the space and run it on a GPU.
65
  """)
66
 
67
  api_key = gr.Textbox(placeholder="Enter your OpenAI KEY here", label="API key")