Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
143 Bytes
from typing import Literal
from av.codec.context import CodecContext
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]