miwojc commited on
Commit
dba7049
1 Parent(s): 9996138

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ temp = st.sidebar.slider(
53
  "Temperature",
54
  value=1.0,
55
  min_value=0.1,
56
- max_value=100.0,
57
  help="The value used to module the next token probabilities.",
58
  )
59
  top_k = st.sidebar.number_input(
 
53
  "Temperature",
54
  value=1.0,
55
  min_value=0.1,
56
+ max_value=2.0,
57
  help="The value used to module the next token probabilities.",
58
  )
59
  top_k = st.sidebar.number_input(