breadlicker45 commited on
Commit
543a426
1 Parent(s): 8f68673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 5, 2)
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, 5, 1)
26
 
27
  with col1:
28
  prompt= st.text_area('Your prompt here',