Update app.py
Browse files
app.py
CHANGED
|
@@ -345,7 +345,7 @@ model_type = st.sidebar.selectbox(
|
|
| 345 |
)
|
| 346 |
|
| 347 |
max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=80,max_value=500,step=10)
|
| 348 |
-
min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=
|
| 349 |
|
| 350 |
st.markdown(
|
| 351 |
"Model Source: [Facebook-Bart-large-CNN](https://huggingface.co/facebook/bart-large-cnn) and [Sshleifer-distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6)"
|
|
|
|
| 345 |
)
|
| 346 |
|
| 347 |
max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=80,max_value=500,step=10)
|
| 348 |
+
min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=50,max_value=200,step=10)
|
| 349 |
|
| 350 |
st.markdown(
|
| 351 |
"Model Source: [Facebook-Bart-large-CNN](https://huggingface.co/facebook/bart-large-cnn) and [Sshleifer-distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6)"
|