Spaces:
Sleeping
Sleeping
Fix write sidebar
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def load_tab():
|
|
40 |
with st.spinner('Wait for it...'):
|
41 |
st.sidebar.write(f'**T5-small:** {predict_model_t5(text)}')
|
42 |
with st.spinner('Wait for it...'):
|
43 |
-
st.sidebar.
|
44 |
with st.spinner('Wait for it...'):
|
45 |
st.sidebar.write(f'**Bart-Large-Cnn:** {predict_model_bart(text)}')
|
46 |
else:
|
|
|
40 |
with st.spinner('Wait for it...'):
|
41 |
st.sidebar.write(f'**T5-small:** {predict_model_t5(text)}')
|
42 |
with st.spinner('Wait for it...'):
|
43 |
+
st.sidebar.write(f'**Pegasus xsum:** {predict_model_pegasus(text)}')
|
44 |
with st.spinner('Wait for it...'):
|
45 |
st.sidebar.write(f'**Bart-Large-Cnn:** {predict_model_bart(text)}')
|
46 |
else:
|