Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,7 @@ for i, tab in enumerate(audio_tabs):
|
|
| 229 |
|
| 230 |
multiVoice = annotations.get_overlap()
|
| 231 |
singleVoice = annotations.extrude(multiVoice).get_timeline()
|
| 232 |
-
noVoice = Timeline(segments=[Segment
|
| 233 |
# Pie Categories
|
| 234 |
#---------------------------------------------------------------------------
|
| 235 |
df = pd.DataFrame(
|
|
|
|
| 229 |
|
| 230 |
multiVoice = annotations.get_overlap()
|
| 231 |
singleVoice = annotations.extrude(multiVoice).get_timeline()
|
| 232 |
+
noVoice = Timeline(segments=[Segment(0,totalSeconds)]).extrude(singleVoice).extrude(multiVoice)
|
| 233 |
# Pie Categories
|
| 234 |
#---------------------------------------------------------------------------
|
| 235 |
df = pd.DataFrame(
|