Spaces:
Runtime error
Runtime error
harshaUwm163
commited on
Commit
·
571a99f
1
Parent(s):
9ad9335
updated the model link to Keras-io
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import cv2
|
|
6 |
# import matplotlib.pyplot as plt
|
7 |
|
8 |
|
9 |
-
model = from_pretrained_keras("keras-io/
|
10 |
|
11 |
# functions for inference
|
12 |
IMG_SIZE = 32
|
|
|
6 |
# import matplotlib.pyplot as plt
|
7 |
|
8 |
|
9 |
+
model = from_pretrained_keras("keras-io/conv_Mixer")
|
10 |
|
11 |
# functions for inference
|
12 |
IMG_SIZE = 32
|