diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/search/live.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index b49b4eb..0328e2d 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -549,12 +549,12 @@ class Listener: print("Loading network...") elif i == 1: print("Processing!") - elif interpolator.paused: - time.sleep(0.5) - continue elif interpolator.stopped: print("Stopping...") return + elif interpolator.paused: + time.sleep(0.5) + continue gen_time = time.time() gen_images = interpolator.on_step(i, self.sess) if i == 0: |
