Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
LiteraturePro
/
Roop
like
0
Runtime error
App
Files
Files
Community
main
Roop
/
roop
/
typing.py
root
add
c05c8fa
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
import
numpy
Face = Face
Frame = numpy.ndarray[
Any
,
Any
]