krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
raw
history blame contribute delete
263 Bytes
from typing import TypedDict
class _Meta(TypedDict):
version: tuple[int, int, int]
configuration: str
license: str
library_meta: dict[str, _Meta]
library_versions: dict[str, tuple[int, int, int]]
ffmpeg_version_info: str
time_base: int