Update app.py
Browse fileschanged the repo name to keras-io
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import cv2
|
|
| 6 |
# import matplotlib.pyplot as plt
|
| 7 |
|
| 8 |
|
| 9 |
-
model = from_pretrained_keras("
|
| 10 |
|
| 11 |
# functions for inference
|
| 12 |
IMG_SIZE = 32
|
|
|
|
| 6 |
# import matplotlib.pyplot as plt
|
| 7 |
|
| 8 |
|
| 9 |
+
model = from_pretrained_keras("keras-io/CutMix_data_augmentation_for_image_classification")
|
| 10 |
|
| 11 |
# functions for inference
|
| 12 |
IMG_SIZE = 32
|