juancopi81's picture
Duplicate from Whispering-GPT/whisper-youtube-2-hf_dataset
7288748
raw
history blame contribute delete
131 Bytes
class DifferentNumberOfArgumentsError(Exception):
def __init__(self, message: str) -> None:
self.message = message