haxerwddle commited on
Commit
2cd7b46
·
1 Parent(s): 73a4802

minor change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from transformers import (
11
  pipeline
12
  )
13
 
14
- # ------------------ LOAD NEW CLASSIFIER ------------------
15
  cls_model_name = "yangy50/garbage-classification"
16
  classifier = pipeline("image-classification", model=cls_model_name)
17
 
 
11
  pipeline
12
  )
13
 
14
+ # ------------------ LOAD CLASSIFIER ------------------
15
  cls_model_name = "yangy50/garbage-classification"
16
  classifier = pipeline("image-classification", model=cls_model_name)
17