czyoung commited on
Commit
d2a1770
·
verified ·
1 Parent(s): 90177cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -38,8 +38,6 @@ if st.button("Analyze Audio"):
38
  key=lambda e: min(e)[0])
39
  pred_count = len(sortedSpeakerList)
40
  lecturer_speaker_list = su.twoClassExtendAnnotation(annotations)
41
- lecturer_speaker_list = sorted([[row for row in speaker if row[1] > 0.25] for speaker in lecturer_speaker_list if len([row for row in speaker if row[1] > 0.25]) > 0],
42
- key=lambda e: min(e)[0])
43
  lecturer_pred_count = len(lecturer_speaker_list)
44
 
45
  # Lecturer vs. Audience
 
38
  key=lambda e: min(e)[0])
39
  pred_count = len(sortedSpeakerList)
40
  lecturer_speaker_list = su.twoClassExtendAnnotation(annotations)
 
 
41
  lecturer_pred_count = len(lecturer_speaker_list)
42
 
43
  # Lecturer vs. Audience