Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
assile
/
roop-unleashednew
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
75ed91a
roop-unleashednew
/
roop
/
typing.py
assile
Upload 45 files
75ed91a
verified
3 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
from
roop.FaceSet
import
FaceSet
import
numpy
Face = Face
FaceSet = FaceSet
Frame = numpy.ndarray[
Any
,
Any
]