serhii-korobchenko commited on
Commit
cc8c26c
1 Parent(s): 81069e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gdown
4
  from PIL import Image
5
 
6
  input_shape = (32, 32, 3)
7
- resized_shape = (224, 224, 3)
8
  num_classes = 10
9
  labels = {
10
  0: "plane",
 
4
  from PIL import Image
5
 
6
  input_shape = (32, 32, 3)
7
+ resized_shape = (299, 299, 3)
8
  num_classes = 10
9
  labels = {
10
  0: "plane",