Spaces:
Sleeping
Sleeping
Commit ·
2cd7b46
1
Parent(s): 73a4802
minor change
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from transformers import (
|
|
| 11 |
pipeline
|
| 12 |
)
|
| 13 |
|
| 14 |
-
# ------------------ LOAD
|
| 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 |
|