Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,6 @@ labels = [
|
|
12 |
"Hexagon"
|
13 |
]
|
14 |
|
15 |
-
|
16 |
-
|
17 |
feature_extractor = AutoImageProcessor.from_pretrained('0-ma/vit-geometric-shapes-tiny')
|
18 |
model = AutoModelForImageClassification.from_pretrained('0-ma/vit-geometric-shapes-tiny')
|
19 |
|
|
|
12 |
"Hexagon"
|
13 |
]
|
14 |
|
|
|
|
|
15 |
feature_extractor = AutoImageProcessor.from_pretrained('0-ma/vit-geometric-shapes-tiny')
|
16 |
model = AutoModelForImageClassification.from_pretrained('0-ma/vit-geometric-shapes-tiny')
|
17 |
|