ROOP_test / roop /typing.py
OmkarG9900's picture
Upload 59 files
049bcef
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]