Update app.py
Browse files
app.py
CHANGED
|
@@ -170,7 +170,7 @@ with col1:
|
|
| 170 |
with col3:
|
| 171 |
st.markdown("**Generation settings**")
|
| 172 |
temperature = st.slider(
|
| 173 |
-
"Temperature:", value=0.2, min_value=0.
|
| 174 |
)
|
| 175 |
max_new_tokens = st.slider(
|
| 176 |
"Number of tokens to generate:",
|
|
|
|
| 170 |
with col3:
|
| 171 |
st.markdown("**Generation settings**")
|
| 172 |
temperature = st.slider(
|
| 173 |
+
"Temperature:", value=0.2, min_value=0.1, step=0.1, max_value=2.0
|
| 174 |
)
|
| 175 |
max_new_tokens = st.slider(
|
| 176 |
"Number of tokens to generate:",
|