Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iperov committed Sep 16, 2022
1 parent 02de563 commit 6ef7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/DeepFaceLive/ui/QFaceAnimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, backend : FaceAnimator, animatables_path : Path):
q_animator_face_id = QSpinBoxCSWNumber(cs.animator_face_id, reflect_state_widgets=[q_animator_face_id_label])

q_relative_power_label = QLabelPopupInfo(label=L('@QFaceAnimator.relative_power') )
q_relative_power = QSliderCSWNumber(cs.relative_power)
q_relative_power = QSliderCSWNumber(cs.relative_power, reflect_state_widgets=[q_relative_power_label])

q_update_animatables = QXPushButtonCSWSignal(cs.update_animatables, image=QXImageDB.reload_outline('light gray'), button_size=(24,22) )

Expand Down

0 comments on commit 6ef7c55

Please sign in to comment.