Skip to content

Commit

Permalink
self.download uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffreybvn committed Feb 5, 2021
1 parent f3b5f39 commit 6b0d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classifying/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self):
self.labels = self._load_labels()

# Download the model and instantiate it
# self._download_model()
self._download_model()
self.model = self._load_model()

@staticmethod
Expand Down

0 comments on commit 6b0d122

Please sign in to comment.