versae commited on
Commit
31b4d57
·
1 Parent(s): d143fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,9 +12,9 @@ from urllib.request import urlretrieve
12
  ImageFile.LOAD_TRUNCATED_IMAGES = True
13
 
14
  # Download sample images
15
- urlretrieve("https://upload.wikimedia.org/wikipedia/commons/c/ce/Gibraltar_Barbary_Macaque.jpg","monkey.jpg")
16
- urlretrieve("https://www.discoverboating.com/sites/default/files/inline-images/buying-a-sailboat-checklist.jpg","sailboat.jpg")
17
- urlretrieve("https://external-preview.redd.it/lG5mI_9Co1obw2TiY0e-oChlXfEQY3tsRaIjpYjERqs.jpg?auto=webp&s=ea81982f44b83efbb803c8cff8953ee547624f70","bicycle.jpg")
18
  sample_images = [
19
  ["monkey.jpg"],
20
  ["sailboat.jpg"],
 
12
  ImageFile.LOAD_TRUNCATED_IMAGES = True
13
 
14
  # Download sample images
15
+ urlretrieve("https://huggingface.co/spaces/NbAiLab/maken-clip-image/resolve/main/Gibraltar_Barbary_Macaque.jpg","monkey.jpg")
16
+ urlretrieve("https://huggingface.co/spaces/NbAiLab/maken-clip-image/resolve/main/buying-a-sailboat-checklist.jpg","sailboat.jpg")
17
+ urlretrieve("https://huggingface.co/spaces/NbAiLab/maken-clip-image/resolve/main/lG5mI_9Co1obw2TiY0e-oChlXfEQY3tsRaIjpYjERqs.jpg","bicycle.jpg")
18
  sample_images = [
19
  ["monkey.jpg"],
20
  ["sailboat.jpg"],