Deep-Live-Cam/modules/processors
google-labs-jules[bot] 521cad145d fix: Update type hints for Python 3.9 compatibility
Replaces Python 3.10+ type hint syntax (e.g., Frame | None)
with Python 3.9 compatible syntax (e.g., Optional[Frame])
in modules/processors/frame/face_swapper.py.

This resolves a TypeError encountered when running on Python 3.9.
Specifically, the return type of _prepare_warped_source_material_and_mask
was updated.
2025-05-25 18:10:43 +00:00
..
frame fix: Update type hints for Python 3.9 compatibility 2025-05-25 18:10:43 +00:00
__init__.py initial commit 2023-09-24 21:36:57 +08:00