Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
update timeline w multi
Browse files
app.py
CHANGED
|
@@ -495,7 +495,8 @@ try:
|
|
| 495 |
"download-pdf4", "download-svg4", PLOTLY_CONFIG,
|
| 496 |
)
|
| 497 |
ui.render_chart(
|
| 498 |
-
utils.build_fig_timeline(speakers_dataFrame, currTotalTime, speaker_color_map, get_display_name, currFile
|
|
|
|
| 499 |
timeline,
|
| 500 |
"ascn_timeline.pdf", "ascn_timeline.svg",
|
| 501 |
f"sonogram-timeline-{currPlainName}.pdf",
|
|
|
|
| 495 |
"download-pdf4", "download-svg4", PLOTLY_CONFIG,
|
| 496 |
)
|
| 497 |
ui.render_chart(
|
| 498 |
+
utils.build_fig_timeline(speakers_dataFrame, currTotalTime, speaker_color_map, get_display_name, currFile,
|
| 499 |
+
mv_intervals=st.session_state.summaries[currFile].get("mv_intervals", [])),
|
| 500 |
timeline,
|
| 501 |
"ascn_timeline.pdf", "ascn_timeline.svg",
|
| 502 |
f"sonogram-timeline-{currPlainName}.pdf",
|