Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|