Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ for j, tab in enumerate(audio_tabs):
|
|
| 99 |
speakerList, annotations = su.loadAudioRTTM(sample_data[j])
|
| 100 |
st.session_state.results[j] = (speakerList,annotations)
|
| 101 |
|
| 102 |
-
if len(st.session_state.results) > j and len(st.session_state.summaries) > j len(st.session_state.results[j]) > 0:
|
| 103 |
with st.spinner(text='Loading results...'):
|
| 104 |
# Display breakdowns
|
| 105 |
#--------------------------------------------------------------------------
|
|
|
|
| 99 |
speakerList, annotations = su.loadAudioRTTM(sample_data[j])
|
| 100 |
st.session_state.results[j] = (speakerList,annotations)
|
| 101 |
|
| 102 |
+
if len(st.session_state.results) > j and len(st.session_state.summaries) > j and len(st.session_state.results[j]) > 0:
|
| 103 |
with st.spinner(text='Loading results...'):
|
| 104 |
# Display breakdowns
|
| 105 |
#--------------------------------------------------------------------------
|