pathananas commited on
Commit
56a2edf
·
verified ·
1 Parent(s): 5a2b743
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -34,7 +34,7 @@ topic_pipeline = pipeline(
34
 
35
  image_pipeline = pipeline(
36
  "image-classification",
37
- model="facebook/convnext-base-224",
38
  device=device,
39
  batch_size=8
40
  )
 
34
 
35
  image_pipeline = pipeline(
36
  "image-classification",
37
+ model="google/vit-base-patch16-224",
38
  device=device,
39
  batch_size=8
40
  )