diff options
Diffstat (limited to 'cli/app/search/live.py')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index a1f5fd3..b09575d 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -303,7 +303,7 @@ class Interpolator: encoding_stored_mix = self.lerp_params['encoding_stored_mix'] # if we're showing an encoding already, lerp to the next one - if encoding_mix.n.value > 0: + if encoding_stored_mix.n.value > 0: encoding_stored.switch(target_value=new_encoding) label_stored.switch(target_value=new_label) latent_stored.switch(target_value=new_latent) |
