omarmalik347 commited on
Commit
7d3c1b0
·
verified ·
1 Parent(s): bf2e6de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with st.sidebar:
54
  # Slider inputs for parameters
55
  temperature = st.sidebar.slider('temperature', min_value=0.01, max_value=1.0, value=0.3, step=0.01)
56
  top_p = st.sidebar.slider('top_p', min_value=0.01, max_value=1.0, value=0.9, step=0.01)
57
- max_length = st.sidebar.slider('max_length', min_value=20, max_value=80, value=50, step=5)
58
 
59
 
60
  st.markdown("Disclaimer: The performance and speed of this GenAI tool depends on the machine configuration and model selection")
 
54
  # Slider inputs for parameters
55
  temperature = st.sidebar.slider('temperature', min_value=0.01, max_value=1.0, value=0.3, step=0.01)
56
  top_p = st.sidebar.slider('top_p', min_value=0.01, max_value=1.0, value=0.9, step=0.01)
57
+ max_length = st.sidebar.slider('max_length', min_value=20, max_value=80, value=65, step=5)
58
 
59
 
60
  st.markdown("Disclaimer: The performance and speed of this GenAI tool depends on the machine configuration and model selection")