breadlicker45 commited on
Commit
d84e31b
1 Parent(s): 21ee673

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, 500, 80)
18
 
19
  num_beams = st.slider('N° tree beams search', 2, 15, 2)
20
 
 
14
  with st.sidebar:
15
  st.markdown('## Model Parameters')
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