Spaces:
Runtime error
Runtime error
Commit
·
9dc6d1b
1
Parent(s):
5621e21
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ with st.sidebar:
|
|
| 22 |
'Early stopping text generation',
|
| 23 |
('True', 'False'), key={'True' : True, 'False': False}, index=0)
|
| 24 |
|
| 25 |
-
no_ngram_repeat = st.slider('Max repetition limit', 1, 3,
|
| 26 |
|
| 27 |
with col1:
|
| 28 |
prompt= st.text_area('Your prompt here',
|
|
|
|
| 22 |
'Early stopping text generation',
|
| 23 |
('True', 'False'), key={'True' : True, 'False': False}, index=0)
|
| 24 |
|
| 25 |
+
no_ngram_repeat = st.slider('Max repetition limit', 1, 3, 1)
|
| 26 |
|
| 27 |
with col1:
|
| 28 |
prompt= st.text_area('Your prompt here',
|