EdoAbati commited on
Commit
bc5886e
1 Parent(s): b143557

updated model location

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ CLASSES = {
18
  IMAGE_SIZE = 32
19
 
20
 
21
- model = from_pretrained_keras("EdoAbati/cct")
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):