Codex Bot
Deploy FastAPI face swap Docker app
05a3220
raw
history blame contribute delete
188 Bytes
"""Shared path constants for the Deep-Live-Cam project."""
import os
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
MODELS_DIR = os.path.join(ROOT_DIR, "models")