Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ effnetb2, effnetb2_transforms = create_effnetb2_model(
|
|
| 44 |
|
| 45 |
effnetb2.load_state_dict(
|
| 46 |
torch.load(
|
| 47 |
-
f="
|
| 48 |
map_location=torch.device("cpu"),
|
| 49 |
)
|
| 50 |
)
|
|
|
|
| 44 |
|
| 45 |
effnetb2.load_state_dict(
|
| 46 |
torch.load(
|
| 47 |
+
f="pretrained_effnetb2_feature_extractor_food101_20_percent.pth",
|
| 48 |
map_location=torch.device("cpu"),
|
| 49 |
)
|
| 50 |
)
|