Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
johnhelf/roop
ovi054
/
face-swap-pro
like
36
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
face-swap-pro
/
roop
/
typing.py
ovi054
Duplicate from johnhelf/roop
07c6059
over 1 year ago
raw
Copy download link
history
blame
Safe
122 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
import
numpy
Face = Face
Frame = numpy.ndarray[
Any
,
Any
]