Commit
·
cceb3ce
1
Parent(s):
ff46c8e
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ model, transform = create_effnetb2_model(
|
|
16 |
|
17 |
model.load_state_dict(
|
18 |
torch.load(
|
19 |
-
f="
|
20 |
map_location=torch.device("cpu")
|
21 |
)
|
22 |
)
|
|
|
16 |
|
17 |
model.load_state_dict(
|
18 |
torch.load(
|
19 |
+
f="model_v3.pth",
|
20 |
map_location=torch.device("cpu")
|
21 |
)
|
22 |
)
|