breadlicker45 commited on
Commit
7de5797
1 Parent(s): 69fb956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with st.sidebar:
16
 
17
  max_length = st.slider('Max text length', 0, 2000, 80)
18
 
19
- num_beams = st.slider('N° tree beams search', 10, 150, 15)
20
 
21
  early_stopping = st.selectbox(
22
  'Early stopping text generation',
 
16
 
17
  max_length = st.slider('Max text length', 0, 2000, 80)
18
 
19
+ num_beams = st.slider('N° tree beams search', 10, 25, 15)
20
 
21
  early_stopping = st.selectbox(
22
  'Early stopping text generation',