Spaces:
Runtime error
Runtime error
Update modelutil.py
Browse files- modelutil.py +1 -1
modelutil.py
CHANGED
@@ -29,6 +29,6 @@ def load_model() -> Sequential:
|
|
29 |
|
30 |
model.add(Dense(41, kernel_initializer='he_normal', activation='softmax'))
|
31 |
# print("path",os.path.join('..','models','checkpoint'))
|
32 |
-
model.load_weights(os.path.join('
|
33 |
|
34 |
return model
|
|
|
29 |
|
30 |
model.add(Dense(41, kernel_initializer='he_normal', activation='softmax'))
|
31 |
# print("path",os.path.join('..','models','checkpoint'))
|
32 |
+
model.load_weights(os.path.join('models','checkpoint'))
|
33 |
|
34 |
return model
|