Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,9 @@ def process_directory(directory, folder_paths, file_paths):
|
|
163 |
continue
|
164 |
|
165 |
all_texts.append(text)
|
|
|
166 |
file_references.append(file_path)
|
|
|
167 |
|
168 |
# Add this snippet after the 'all_texts.append(text)' and 'file_references.append(file_path)' lines.
|
169 |
|
|
|
163 |
continue
|
164 |
|
165 |
all_texts.append(text)
|
166 |
+
print("Filepaths brother:", file_path)
|
167 |
file_references.append(file_path)
|
168 |
+
|
169 |
|
170 |
# Add this snippet after the 'all_texts.append(text)' and 'file_references.append(file_path)' lines.
|
171 |
|