Spaces:
Runtime error
Runtime error
Update clip_chat.py
Browse files- clip_chat.py +1 -1
clip_chat.py
CHANGED
@@ -14,7 +14,7 @@ available_models = ['RN50', 'RN101', 'RN50x4', 'RN50x16', 'RN50x64', 'ViT-B/32',
|
|
14 |
|
15 |
|
16 |
def load_random_image():
|
17 |
-
image_path =
|
18 |
image = Image.open(image_path)
|
19 |
return image
|
20 |
|
|
|
14 |
|
15 |
|
16 |
def load_random_image():
|
17 |
+
image_path = choice(COCO)
|
18 |
image = Image.open(image_path)
|
19 |
return image
|
20 |
|