Spaces:
Sleeping
Sleeping
amazinghaha
commited on
Commit
·
f8b5481
1
Parent(s):
2860a44
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,9 @@ def load_from_pkl(load_path):
|
|
17 |
|
18 |
Image_3D = None
|
19 |
Current_name = None
|
20 |
-
ALL_message = load_from_pkl(r'
|
21 |
|
22 |
-
Model_Paht = r'
|
23 |
checkpoint = torch.load(Model_Paht, map_location='cpu')
|
24 |
|
25 |
classnet = resnet50(
|
|
|
17 |
|
18 |
Image_3D = None
|
19 |
Current_name = None
|
20 |
+
ALL_message = load_from_pkl(r'./label0601.pkl')
|
21 |
|
22 |
+
Model_Paht = r'./model_epoch62.pth.tar'
|
23 |
checkpoint = torch.load(Model_Paht, map_location='cpu')
|
24 |
|
25 |
classnet = resnet50(
|