fs-ai / roop /typing.py
sandhyasinha655's picture
Upload 17 files
5748686 verified
raw
history blame contribute delete
122 Bytes
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]