Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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''')
|