mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
added Face Animator module
This commit is contained in:
parent
98a16c4700
commit
ae8a1e0ff4
51 changed files with 773 additions and 158 deletions
|
@ -137,6 +137,8 @@ class DynamicSingleSwitch:
|
|||
none_choice_name('') str/None if not None, shows None choice with name,
|
||||
by default empty string
|
||||
"""
|
||||
self.unselect()
|
||||
|
||||
# Validate choices
|
||||
if choices is None:
|
||||
raise ValueError('Choices cannot be None.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue