Alimustoofaa commited on
Commit
e48c429
1 Parent(s): 1a93bc0

Update src/configs/models.py

Browse files
Files changed (1) hide show
  1. src/configs/models.py +1 -1
src/configs/models.py CHANGED
@@ -19,7 +19,7 @@ CLASSIFICATION_CONFIG = {
19
  'image_size' : 480,
20
  'classes' :['almost_ripe', 'not_ripe', 'overripe', 'ripe'],
21
  'filter_classes' : ['almost_ripe', 'not_ripe', 'overripe', 'ripe'],
22
- 'url' : 'https://github.com/Alimustoofaa/Avori/releases/download/classification/resnet34_model_avorit.pt,
23
  'file_size' : 14749585,
24
  }
25
  }
 
19
  'image_size' : 480,
20
  'classes' :['almost_ripe', 'not_ripe', 'overripe', 'ripe'],
21
  'filter_classes' : ['almost_ripe', 'not_ripe', 'overripe', 'ripe'],
22
+ 'url' : 'https://github.com/Alimustoofaa/Avori/releases/download/classification/resnet34_model_avorit.pt',
23
  'file_size' : 14749585,
24
  }
25
  }