Aryan-EcoClim commited on
Commit
b84f042
·
1 Parent(s): 494d054

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -1
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