mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-12-06 00:20:02 +01:00
Update globals.py
This commit is contained in:
parent
662c72c42c
commit
2cd8675681
|
|
@ -32,7 +32,7 @@ execution_providers: List[str] = []
|
|||
execution_threads = None
|
||||
headless = None
|
||||
log_level = "error"
|
||||
fp_ui: Dict[str, bool] = {"face_enhancer": False}
|
||||
fp_ui: Dict[str, bool] = {"face_enhancer": False, "face_enhancer_only": False}
|
||||
camera_input_combobox = None
|
||||
webcam_preview_running = False
|
||||
show_fps = False
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user