breadlicker45 commited on
Commit
621ac96
1 Parent(s): 43fd4d6

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', 0, 2, 1.5)
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, 2)
26
 
27
  with col1:
28
  prompt= st.text_area('Your prompt here',