rynmurdock commited on
Commit
bafe73f
·
verified ·
1 Parent(s): e97a8d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -470,12 +470,12 @@ Explore the latent space without text prompts based on your preferences. Learn m
470
  <div style='text-align:center; font-size:14px'>Thanks to @multimodalart for their contributions to the demo, esp. the interface and @maxbittker for feedback.
471
  </ div>''')
472
 
473
-
474
  log = logging.getLogger('log_here')
475
  log.setLevel(logging.ERROR)
476
 
477
  scheduler = BackgroundScheduler()
478
- scheduler.add_job(func=background_next_image, trigger="interval", seconds=.1)
479
  scheduler.start()
480
 
481
  def encode_space(x):
 
470
  <div style='text-align:center; font-size:14px'>Thanks to @multimodalart for their contributions to the demo, esp. the interface and @maxbittker for feedback.
471
  </ div>''')
472
 
473
+ # TODO quite logging
474
  log = logging.getLogger('log_here')
475
  log.setLevel(logging.ERROR)
476
 
477
  scheduler = BackgroundScheduler()
478
+ scheduler.add_job(func=background_next_image, trigger="interval", seconds=4)
479
  scheduler.start()
480
 
481
  def encode_space(x):