Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kolaslab/DeepSeek-R1-Chatbot-32b
openfree
/
DeepSeek-R1-32b-api
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
openfree
commited on
Feb 14
Commit
2a16e69
·
verified
·
1 Parent(s):
2e44d20
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,7 +36,7 @@ with st.sidebar:
36
37
max_tokens = st.slider(
38
"Max Tokens",
39
-
10, 4000,
100
40
)
41
42
temperature = st.slider(
36
37
max_tokens = st.slider(
38
"Max Tokens",
39
+
10, 4000,
1000
40
)
41
42
temperature = st.slider(