0-ma commited on
Commit
83d84bc
·
verified ·
1 Parent(s): 5dcea5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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