Spaces:
Runtime error
Runtime error
fix
Browse files- check_app.py +0 -2
check_app.py
CHANGED
|
@@ -320,6 +320,4 @@ def load_images_from_directory(directory_path):
|
|
| 320 |
return image_files, f"Found {len(image_files)} images"
|
| 321 |
|
| 322 |
if __name__ == "__main__":
|
| 323 |
-
if gallery is None:
|
| 324 |
-
initialize_components()
|
| 325 |
main()
|
|
|
|
| 320 |
return image_files, f"Found {len(image_files)} images"
|
| 321 |
|
| 322 |
if __name__ == "__main__":
|
|
|
|
|
|
|
| 323 |
main()
|