rynmurdock commited on
Commit
ba4c90c
1 Parent(s): e2673ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -426,7 +426,7 @@ Explore the latent space without text prompts based on your preferences. Learn m
426
  interactive=False,
427
  height=512,
428
  width=512,
429
- include_audio=False,
430
  elem_id="video_output"
431
  )
432
  img.play(l, js='''document.querySelector('[data-testid="Lightning-player"]').loop = true''')
 
426
  interactive=False,
427
  height=512,
428
  width=512,
429
+ #include_audio=False,
430
  elem_id="video_output"
431
  )
432
  img.play(l, js='''document.querySelector('[data-testid="Lightning-player"]').loop = true''')