Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def analyze_video(video_path, progress=gr.Progress()):
|
|
80 |
|
81 |
# Pad with None for any missing speakers
|
82 |
while len(output_components) < 28:
|
83 |
-
output_components.extend([gr.update(visible=
|
84 |
|
85 |
return output_components
|
86 |
|
|
|
80 |
|
81 |
# Pad with None for any missing speakers
|
82 |
while len(output_components) < 28:
|
83 |
+
output_components.extend([gr.update(visible=True)] * 9)
|
84 |
|
85 |
return output_components
|
86 |
|