Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def process_directory(directory, folder_paths, file_paths):
|
|
136 |
|
137 |
if folder_paths:
|
138 |
for folder_path in folder_paths:
|
139 |
-
files += get_all_files_in_folder(tmpsubdirpath,
|
140 |
if file_paths:
|
141 |
files += [get_file(tmpsubdirpath, file_path) for file_path in file_paths]
|
142 |
|
|
|
136 |
|
137 |
if folder_paths:
|
138 |
for folder_path in folder_paths:
|
139 |
+
files += get_all_files_in_folder(tmpsubdirpath, folder_path)
|
140 |
if file_paths:
|
141 |
files += [get_file(tmpsubdirpath, file_path) for file_path in file_paths]
|
142 |
|