mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 21:48:35 +03:00
feat: add whisper tasks
This commit is contained in:
@@ -35,6 +35,7 @@ class Job(Base, WithStandardFields):
|
||||
|
||||
url = Column(String(length=2048))
|
||||
status = Column(Enum(JobStatus), nullable=False)
|
||||
config = Column(JSON(none_as_null=True))
|
||||
meta = Column(JSON(none_as_null=True))
|
||||
type = Column(Enum(JobType), nullable=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user