jfisher52 commited on
Commit
5a51c65
·
1 Parent(s): 9c7cc43

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from transformers import BlipProcessor, BlipForConditionalGeneration
7
 
8
 
9
  # Load your images
10
- image_dir = "images"
11
  images = [os.path.join(image_dir, f) for f in os.listdir(image_dir) if f.endswith(".jpg")]
12
 
13
  # Load the model and processor
 
7
 
8
 
9
  # Load your images
10
+ image_dir = "SelfReVision/images/"
11
  images = [os.path.join(image_dir, f) for f in os.listdir(image_dir) if f.endswith(".jpg")]
12
 
13
  # Load the model and processor