paloma99 commited on
Commit
03ba5b4
·
verified ·
1 Parent(s): f5b6824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ theme = theme.Theme()
13
 
14
 
15
  # Cell 1: Image Classification Model
16
- image_pipeline = pipeline(task="image-classification", model="rocioadlc/TrashNet_ResNet152V2")
17
 
18
  def predict_image(input_img):
19
  predictions = image_pipeline(input_img)
 
13
 
14
 
15
  # Cell 1: Image Classification Model
16
+ image_pipeline = pipeline(task="image-classification", model="guillen/vit-basura-test1")
17
 
18
  def predict_image(input_img):
19
  predictions = image_pipeline(input_img)