chaninder commited on
Commit
8f64d80
1 Parent(s): c5713fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import from_pretrained_keras
7
 
8
 
9
  # load custom pre-trained model from HuggingFace models
10
- model_api_link = 'chaninder/waste-sorting-model-v3' #'chaninder/waste-sorting-model-updated', #'chaninder/waste-sorting-model'
11
  pre_trained_model = from_pretrained_keras(model_api_link)
12
 
13
  # classification labels
 
7
 
8
 
9
  # load custom pre-trained model from HuggingFace models
10
+ model_api_link = 'chaninder/waste-sorting-model-v4' #'chaninder/waste-sorting-model-updated', #'chaninder/waste-sorting-model'
11
  pre_trained_model = from_pretrained_keras(model_api_link)
12
 
13
  # classification labels