harshaUwm163 commited on
Commit
e2eca4c
·
1 Parent(s): 286fa1e

fixed the link to the model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import cv2
6
  # import matplotlib.pyplot as plt
7
 
8
 
9
- model = from_pretrained_keras("harsha163/learning_to_tokenize_in_Vi")
10
 
11
  # functions for inference
12
  IMG_SIZE = 32
 
6
  # import matplotlib.pyplot as plt
7
 
8
 
9
+ model = from_pretrained_keras("harsha163/learning_to_tokenize_in_ViT")
10
 
11
  # functions for inference
12
  IMG_SIZE = 32