Spaces:
Runtime error
Runtime error
Commit
·
d84e31b
1
Parent(s):
21ee673
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, 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 |
|