Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zarroug
/
ROOP-MC
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eb4d29a
ROOP-MC
/
roop
/
ProcessEntry.py
zarroug
Upload 31 files
deac5ca
verified
5 months ago
raw
Copy download link
history
blame
Safe
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