Update app.py
Browse files
app.py
CHANGED
@@ -549,7 +549,8 @@ with gr.Blocks() as demo:
|
|
549 |
label="video", format="mp4",
|
550 |
width=768,
|
551 |
autoplay=True,
|
552 |
-
interactive=False
|
|
|
553 |
)
|
554 |
|
555 |
with gr.Row():
|
|
|
549 |
label="video", format="mp4",
|
550 |
width=768,
|
551 |
autoplay=True,
|
552 |
+
interactive=False,
|
553 |
+
loop=True
|
554 |
)
|
555 |
|
556 |
with gr.Row():
|