HuberDa commited on
Commit
16e74e6
·
1 Parent(s): d43223d
Files changed (1) hide show
  1. app.py +1 -1
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 = "https://unsplash.com/de/fotos/eine-frau-sitzt-vor-einem-laptop-hwTaZXO727M"
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)