Spaces:
Runtime error
Runtime error
Commit
·
00f4906
1
Parent(s):
755a0f5
Update app.py
Browse files
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,
|
| 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, 1)
|
| 20 |
|
| 21 |
early_stopping = st.selectbox(
|
| 22 |
'Early stopping text generation',
|