Spaces:
Runtime error
Runtime error
Commit
·
768480e
1
Parent(s):
e75ec7f
Update app.py
Browse files
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,
|
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 |
|