This commit is contained in:
@ -7,8 +7,9 @@ import enum
|
||||
|
||||
|
||||
class AIModelType(enum.Enum):
|
||||
SVM = 1
|
||||
CNN = 2
|
||||
# Optimally this would be upper case (as a convention for enums) But we want this to be the same as in the url schema
|
||||
svm = 1
|
||||
cnn = 2
|
||||
|
||||
|
||||
class AIModel(db.Model):
|
||||
|
Reference in New Issue
Block a user