jrfish commited on
Commit
50e3c46
·
verified ·
1 Parent(s): 234596d

Update app.py

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 = "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
 
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