Skip to content

Commit

Permalink
שינוי שם מודל זיהוי סוג
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Sep 3, 2024
1 parent af4a4b9 commit 3d36266
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/core/ai_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def load_models(self):

# Load the sklearn model
try:
model_path = 'models/music_classifier.pkl'
model_path = 'models/music_entity_clf/music_entity_clf.pkl'
with open(model_path, 'rb') as model_file:
self.sklearn_model = pickle.load(model_file)
self.logger.debug("Loaded sklearn model successfully")
Expand Down
File renamed without changes.

0 comments on commit 3d36266

Please sign in to comment.