Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|