Spaces:
Sleeping
Sleeping
edit video settings
Browse files- src/gradio_blocks.py +2 -1
src/gradio_blocks.py
CHANGED
|
@@ -77,9 +77,10 @@ def build_video_to_camvideo(CAM_METHODS, ALL_CLASSES, gradcam_video):
|
|
| 77 |
loaded_videos.append(
|
| 78 |
gr.Video(
|
| 79 |
value=video,
|
|
|
|
| 80 |
label=f"video {i * VIDEOS_PER_ROW + j + 1}",
|
| 81 |
include_audio=False,
|
| 82 |
-
autoplay=
|
| 83 |
elem_classes=["selectable_videos"],
|
| 84 |
)
|
| 85 |
)
|
|
|
|
| 77 |
loaded_videos.append(
|
| 78 |
gr.Video(
|
| 79 |
value=video,
|
| 80 |
+
interactive=False,
|
| 81 |
label=f"video {i * VIDEOS_PER_ROW + j + 1}",
|
| 82 |
include_audio=False,
|
| 83 |
+
autoplay=False,
|
| 84 |
elem_classes=["selectable_videos"],
|
| 85 |
)
|
| 86 |
)
|