Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
vkatis
/
face_integr
like
0
Running
App
Files
Files
Community
9d5b578
face_integr
/
roop
/
typing.py
johnhelf
Duplicate from ezioruan/roop
1c18857
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
]