breadlicker45 commited on
Commit
0d73f08
1 Parent(s): 621ac96

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', 2, 15, 2)
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', 1, 15, 1)
20
 
21
  early_stopping = st.selectbox(
22
  'Early stopping text generation',