Spaces:
Running
on
L40S
Running
on
L40S
File size: 118 Bytes
4bf9661 |
1 2 3 4 5 6 7 |
class VideoProcessor:
def __init__(self):
pass
def __call__(self):
raise NotImplementedError
|