Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
john1246
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fcc8e7d
test
/
roop-unleashed-main
/
roop
/
typing.py
john1246
Upload 63 files
fcc8e7d
verified
3 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
from
roop.FaceSet
import
FaceSet
import
numpy
Face = Face
FaceSet = FaceSet
Frame = numpy.ndarray[
Any
,
Any
]