updated model location
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ CLASSES = {
|
|
18 |
IMAGE_SIZE = 32
|
19 |
|
20 |
|
21 |
-
model = from_pretrained_keras("
|
22 |
|
23 |
|
24 |
def reshape_image(image):
|
|
|
18 |
IMAGE_SIZE = 32
|
19 |
|
20 |
|
21 |
+
model = from_pretrained_keras("keras-io/cct")
|
22 |
|
23 |
|
24 |
def reshape_image(image):
|