ruslanmv commited on
Commit
f6905f3
·
verified ·
1 Parent(s): 7a16b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,12 +41,12 @@ with st.sidebar:
41
 
42
  temperature = st.slider(
43
  "Temperature",
44
- 0.1, 4.0, 0.7
45
  )
46
 
47
  top_p = st.slider(
48
  "Top-p",
49
- 0.1, 1.0, 0.9
50
  )
51
 
52
  # Function to query the Hugging Face API
 
41
 
42
  temperature = st.slider(
43
  "Temperature",
44
+ 0.1, 4.0, 0.3
45
  )
46
 
47
  top_p = st.slider(
48
  "Top-p",
49
+ 0.1, 1.0, 0.6
50
  )
51
 
52
  # Function to query the Hugging Face API