Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
imseldrith/myFaceSwap
CodingBillionaire
/
FaceSwap
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e4e688
FaceSwap
/
roop
/
typing.py
imseldrith
Upload folder using huggingface_hub (#1)
9a60dd2
almost 2 years 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
]