reab5555 commited on
Commit
9359f54
·
verified ·
1 Parent(s): 01e963a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)] * 9)
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