krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
raw
history blame contribute delete
149 Bytes
from typing import Literal
from av.codec.context import CodecContext
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]