Update app.py
Browse files
app.py
CHANGED
@@ -157,9 +157,6 @@ def extract_images(input_images, session_id):
|
|
157 |
shutil.copy(file_path, dst_path)
|
158 |
image_paths.append(dst_path)
|
159 |
|
160 |
-
# Sort final images for gallery
|
161 |
-
image_paths = sorted(image_paths)
|
162 |
-
|
163 |
end_time = time.time()
|
164 |
print(
|
165 |
f"Files copied to {target_dir_images}; took {end_time - start_time:.3f} seconds"
|
|
|
157 |
shutil.copy(file_path, dst_path)
|
158 |
image_paths.append(dst_path)
|
159 |
|
|
|
|
|
|
|
160 |
end_time = time.time()
|
161 |
print(
|
162 |
f"Files copied to {target_dir_images}; took {end_time - start_time:.3f} seconds"
|