app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def image_generator(directory_path):
|
|
| 16 |
image_array = np.array(image)
|
| 17 |
yield filename,image_array
|
| 18 |
|
| 19 |
-
directory_path = "
|
| 20 |
|
| 21 |
# Create the generator
|
| 22 |
image_gen = image_generator(directory_path)
|
|
|
|
| 16 |
image_array = np.array(image)
|
| 17 |
yield filename,image_array
|
| 18 |
|
| 19 |
+
directory_path = "C:\Users\danie\Downloads"
|
| 20 |
|
| 21 |
# Create the generator
|
| 22 |
image_gen = image_generator(directory_path)
|