Spaces:
Sleeping
Sleeping
Update sonogram_utility.py
Browse files- sonogram_utility.py +1 -1
sonogram_utility.py
CHANGED
|
@@ -96,7 +96,7 @@ def loadAudioRTTM(sampleRTTM):
|
|
| 96 |
while len(speakerList) < index + 1:
|
| 97 |
speakerList.append([])
|
| 98 |
speakerList[index].append((float(speakerResult[3]),float(speakerResult[4])))
|
| 99 |
-
prediction[Segment(start,end)] =
|
| 100 |
|
| 101 |
return speakerList, prediction
|
| 102 |
|
|
|
|
| 96 |
while len(speakerList) < index + 1:
|
| 97 |
speakerList.append([])
|
| 98 |
speakerList[index].append((float(speakerResult[3]),float(speakerResult[4])))
|
| 99 |
+
prediction[Segment(start,end)] = speakerResult[7]
|
| 100 |
|
| 101 |
return speakerList, prediction
|
| 102 |
|