nanaj's picture
Upload folder using huggingface_hub (part 4)
ea35292 verified
Raw
History Blame Contribute Delete
143 Bytes
from typing import Literal
from av.codec.context import CodecContext
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]