bupa1018 commited on
Commit
0eb49ff
·
1 Parent(s): 3667112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -221,6 +221,7 @@ def process_directory(directory, folder_paths, file_paths):
221
  relative_path = os.path.relpath(file_path, tmpsubdirpath)
222
  print("Relative Filepaths brother:", relative_path)
223
  file_references.append(relative_path)
 
224
 
225
 
226
  # Add this snippet after the 'all_texts.append(text)' and 'file_references.append(file_path)' lines.
 
221
  relative_path = os.path.relpath(file_path, tmpsubdirpath)
222
  print("Relative Filepaths brother:", relative_path)
223
  file_references.append(relative_path)
224
+ print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAA: ", relative_path)
225
 
226
 
227
  # Add this snippet after the 'all_texts.append(text)' and 'file_references.append(file_path)' lines.