sweetfelinity commited on
Commit
81c284a
·
verified ·
1 Parent(s): f3ccd30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ img_size = 400
12
  num_classes = 12
13
 
14
  # Create CNN model architecture and apply weights from file
15
- def create_model():
16
  model = models.Sequential()
17
  model.add(layers.RandomFlip("horizontal_and_vertical"))
18
  model.add(layers.RandomRotation(0.2))
 
12
  num_classes = 12
13
 
14
  # Create CNN model architecture and apply weights from file
15
+ def create_model():
16
  model = models.Sequential()
17
  model.add(layers.RandomFlip("horizontal_and_vertical"))
18
  model.add(layers.RandomRotation(0.2))