Update app.py
Browse files
app.py
CHANGED
|
@@ -343,7 +343,7 @@ model_type = st.sidebar.selectbox(
|
|
| 343 |
"Model type", options=["Facebook-Bart", "Sshleifer-DistilBart","Google-Pegasus"]
|
| 344 |
)
|
| 345 |
|
| 346 |
-
max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=
|
| 347 |
min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=50,max_value=200,step=10)
|
| 348 |
|
| 349 |
st.markdown(
|
|
|
|
| 343 |
"Model type", options=["Facebook-Bart", "Sshleifer-DistilBart","Google-Pegasus"]
|
| 344 |
)
|
| 345 |
|
| 346 |
+
max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=100,max_value=500,step=10)
|
| 347 |
min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=50,max_value=200,step=10)
|
| 348 |
|
| 349 |
st.markdown(
|