diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-21 12:58:23 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-21 12:58:23 +0100 |
| commit | e3fbff29985e03f5298f5df74ce2f35c12f5c83e (patch) | |
| tree | 5325a5d4489118b3c27f453ff7392ffbe4e790e0 /inversion/live.py | |
| parent | 0010f814ecb828495c8255dd88c3e2ddb411f809 (diff) | |
zoom amt
Diffstat (limited to 'inversion/live.py')
| -rw-r--r-- | inversion/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inversion/live.py b/inversion/live.py index db88e6f..23af747 100644 --- a/inversion/live.py +++ b/inversion/live.py @@ -204,7 +204,7 @@ class Interpolator: gen_in = {} gen_in['truncation'] = 1.0 # self.opts['truncation'].variable - gen_in['z'] = z_mix + gen_in['z'] = z_mix.output gen_in['y'] = lerp_label.output self.gen_img = generator(gen_in, signature=gen_signature) |
