Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
iSRL
/
roop-unleashed
like
0
Build error
App
Files
Files
Fetching metadata from the HF Docker repository...
main
roop-unleashed
/
roop
/
ProcessEntry.py
iSRL
```
eabae6d
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
244 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