Spaces:
Running
Running
Commit
·
b84f042
1
Parent(s):
494d054
Update utils.py
Browse files
utils.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
from PIL import Image
|
2 |
import numpy as np
|
3 |
-
from Downloading_model import model_download
|
4 |
|
5 |
labels = ['cardboard', 'glass', 'metal', 'paper', 'plastic', 'trash']
|
6 |
|
|
|
1 |
from PIL import Image
|
2 |
import numpy as np
|
|
|
3 |
|
4 |
labels = ['cardboard', 'glass', 'metal', 'paper', 'plastic', 'trash']
|
5 |
|