Munene1 commited on
Commit
05efdb7
·
verified ·
1 Parent(s): 7a9bf6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ model = CLIPModel.from_pretrained('openai/clip-vit-base-patch32')
17
  processor = CLIPProcessor.from_pretrained ('openai/clip-vit-base-patch32')
18
 
19
  image_paths = [
20
- 'img/image-01.jpg',
21
- 'img/image-02.jpg',
22
- 'img/image-03.jpeg'
23
  ]
24
 
25
  images = [Image.open(image_path) for image_path in image_paths]
 
17
  processor = CLIPProcessor.from_pretrained ('openai/clip-vit-base-patch32')
18
 
19
  image_paths = [
20
+ 'image-01.jpg',
21
+ 'image-02.jpg',
22
+ 'image-03.jpeg'
23
  ]
24
 
25
  images = [Image.open(image_path) for image_path in image_paths]