breadlicker45 commited on
Commit
30ab26a
1 Parent(s): e230cfc

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, 500, 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',
 
16
 
17
  max_length = st.slider('Max text length', 0, 500, 80)
18
 
19
+ num_beams = st.slider('N° tree beams search', 1, 15, 2)
20
 
21
  early_stopping = st.selectbox(
22
  'Early stopping text generation',