jbilcke-hf's picture
jbilcke-hf HF Staff
Upload 5 files
e238883 verified
raw
history blame contribute delete
98 Bytes
from enum import Enum
class TaskType(str, Enum):
T2V = "text2video"
I2V = "image2video"