qwwwe / roop /ProcessEntry.py
jtefera's picture
Upload folder using huggingface_hub
6bcb009
raw
history blame
No virus
238 Bytes
class ProcessEntry:
def __init__(self, filename: str, start: int, end: int, fps: float):
self.filename = filename
self.finalname = None
self.startframe = start
self.endframe = end
self.fps = fps