Spaces:
Running on Zero
Running on Zero
| class VideoProcessor: | |
| def __init__(self): | |
| pass | |
| def __call__(self): | |
| raise NotImplementedError | |
| class VideoProcessor: | |
| def __init__(self): | |
| pass | |
| def __call__(self): | |
| raise NotImplementedError | |