unnecessary model type

This commit is contained in:
mertalev 2025-09-08 19:34:08 -04:00
parent 585d093baf
commit 49ff045df3
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
2 changed files with 1 additions and 8 deletions

View file

@ -31,7 +31,6 @@ class ModelType(StrEnum):
RECOGNITION = "recognition"
TEXTUAL = "textual"
VISUAL = "visual"
OCR = "ocr"
class ModelFormat(StrEnum):