Gourieff e4eecb942e UPDATE: models paths, old path check
- "models/roop" folder renamed to "models/insightface";
- buffalo models go to "models/insightface" (no need to keep them in the user's profile directory); thanks @h3rmit-git for the idea
- VersionUP (beta passed)
2023-08-28 14:25:33 +07:00

11 lines
196 B
Python

app_title = "ReActor"
version_flag = "v0.4.0"
from scripts.logger import logger, get_Run, set_Run
is_run = get_Run()
if not is_run:
logger.info(f"Running {version_flag}")
set_Run(True)