Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alfasign
/
FaceSwap
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e6314c7
FaceSwap
/
roop
/
ProcessEntry.py
supArs
Upload 48 files
43adbb1
almost 2 years 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