Spaces:
Sleeping
Sleeping
darshanjani
commited on
Commit
•
0867d1f
1
Parent(s):
58c979f
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ model = Net(
|
|
28 |
|
29 |
model.load_state_dict(
|
30 |
torch.load(
|
31 |
-
config.
|
32 |
map_location=torch.device(config.ACCELERATOR)
|
33 |
)
|
34 |
)
|
|
|
28 |
|
29 |
model.load_state_dict(
|
30 |
torch.load(
|
31 |
+
config.MODEL_SAVE_PATH,
|
32 |
map_location=torch.device(config.ACCELERATOR)
|
33 |
)
|
34 |
)
|