Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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
|