Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ class BacterialMorphologyClassifier(nn.Module):
|
|
35 |
return x
|
36 |
|
37 |
# Load the model and weights
|
38 |
-
MODEL_PATH = "https://huggingface.co/yolac/BacterialMorphologyClassification/resolve/main/model.
|
39 |
logging.debug("Starting model loading...")
|
40 |
try:
|
41 |
model = BacterialMorphologyClassifier()
|
|
|
35 |
return x
|
36 |
|
37 |
# Load the model and weights
|
38 |
+
MODEL_PATH = "https://huggingface.co/yolac/BacterialMorphologyClassification/resolve/main/model.keras"
|
39 |
logging.debug("Starting model loading...")
|
40 |
try:
|
41 |
model = BacterialMorphologyClassifier()
|