Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LogicGoInfotechSpaces
/
faceswap-deepfake
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
faceswap-deepfake
/
modules
/
custom_types.py
Codex Bot
Deploy FastAPI face swap Docker app
05a3220
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
import
numpy
Face = Face
Frame = numpy.ndarray[
Any
,
Any
]