Sparkonix commited on
Commit
5e08f57
·
1 Parent(s): 5407d4c

changed the model

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -8,7 +8,7 @@ class EmailClassifier:
8
  Email classification model to categorize emails into different support categories
9
  """
10
 
11
- CATEGORIES = ["Incident", "Request", "Change", "Problem"]
12
 
13
  def __init__(self, model_path: str = None):
14
  """
 
8
  Email classification model to categorize emails into different support categories
9
  """
10
 
11
+ CATEGORIES = ['Change', 'Incident', 'Problem', 'Request']
12
 
13
  def __init__(self, model_path: str = None):
14
  """