breadlicker45 commited on
Commit
768480e
1 Parent(s): e75ec7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ col1, col2 = st.columns([2,1])
14
  with st.sidebar:
15
  st.markdown('## Model Parameters')
16
 
17
- max_length = st.slider('Max text length', 0, 150, 80)
18
 
19
  num_beams = st.slider('N° tree beams search', 2, 15, 0)
20
 
 
14
  with st.sidebar:
15
  st.markdown('## Model Parameters')
16
 
17
+ max_length = st.slider('Max text length', 0, 250, 80)
18
 
19
  num_beams = st.slider('N° tree beams search', 2, 15, 0)
20