Spaces:
Build error
Build error
LayBraid
commited on
Commit
·
33b2c35
1
Parent(s):
3432a10
update app
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers import CLIPProcessor, CLIPModel
|
|
| 8 |
model = CLIPModel.from_pretrained("openai/clip-vit-base-patch32")
|
| 9 |
processor = CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32")
|
| 10 |
|
| 11 |
-
cifar100 = CIFAR100(root=os.path.expanduser("~/.cache"), download=
|
| 12 |
|
| 13 |
text_inputs = []
|
| 14 |
|
|
|
|
| 8 |
model = CLIPModel.from_pretrained("openai/clip-vit-base-patch32")
|
| 9 |
processor = CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32")
|
| 10 |
|
| 11 |
+
cifar100 = CIFAR100(root=os.path.expanduser("~/.cache"), download=True, train=False)
|
| 12 |
|
| 13 |
text_inputs = []
|
| 14 |
|