Chris4K commited on
Commit
52ead1a
·
1 Parent(s): 1f5e9cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ api_hf_embeddings = HuggingFaceInferenceAPIEmbeddings(
13
  )
14
 
15
  # Load and process the PDF files
16
- loader = PyPDFLoader("/content/ReACT.pdf")
17
  documents = loader.load()
18
  print("-----------")
19
  print(documents)
 
13
  )
14
 
15
  # Load and process the PDF files
16
+ loader = PyPDFLoader("./new_papers/ReACT.pdf")
17
  documents = loader.load()
18
  print("-----------")
19
  print(documents)