Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ efficientnet_b0, efficientnet_b0_transforms = create_efficientnet_b0_model(
|
|
29 |
# Load saved weights
|
30 |
efficientnet_b0.load_state_dict(
|
31 |
torch.load(
|
32 |
-
f="
|
33 |
map_location=torch.device("cpu"), # load to CPU
|
34 |
)
|
35 |
)
|
|
|
29 |
# Load saved weights
|
30 |
efficientnet_b0.load_state_dict(
|
31 |
torch.load(
|
32 |
+
f="pretrained_efficientnet_b0.pth",
|
33 |
map_location=torch.device("cpu"), # load to CPU
|
34 |
)
|
35 |
)
|