Owlcamswap / modules /typing.py
Deadcam's picture
Created New Deep-Live-Cam And bring OwlCam to life as a real
8a83192
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]