nickmuchi commited on
Commit
ee00680
1 Parent(s): 7b6e772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=40,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)"
 
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)"