Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def create_model():
|
|
| 29 |
return clf_model
|
| 30 |
|
| 31 |
clf_model = create_model()
|
| 32 |
-
clf_model.load_weights('
|
| 33 |
|
| 34 |
# input image preprocessing and prediction
|
| 35 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
|
|
|
| 29 |
return clf_model
|
| 30 |
|
| 31 |
clf_model = create_model()
|
| 32 |
+
clf_model.load_weights('modelac90.weights.h5')
|
| 33 |
|
| 34 |
# input image preprocessing and prediction
|
| 35 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|