Spaces:
Runtime error
Runtime error
Commit
·
cc8c26c
1
Parent(s):
81069e7
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gdown
|
|
4 |
from PIL import Image
|
5 |
|
6 |
input_shape = (32, 32, 3)
|
7 |
-
resized_shape = (
|
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",
|