gourisankar85 commited on
Commit
a5b9764
·
verified ·
1 Parent(s): 8b01f74

Upload app.py

Browse files

corrected file path

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import faiss
4
  import numpy as np
5
 
6
  #Specify file paths
7
- file_path1 = '/content/AST-1.pdf'
8
- file_path2 = '/content/AST-2.pdf'
9
 
10
  #Step 1 : Load the document files
11
  def read_pdf(file_path):
 
4
  import numpy as np
5
 
6
  #Specify file paths
7
+ file_path1 = './AST-1.pdf'
8
+ file_path2 = './AST-2.pdf'
9
 
10
  #Step 1 : Load the document files
11
  def read_pdf(file_path):