Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Thatguy099
/
Qwen2.5-7B-Instruct
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Thatguy099
commited on
May 19
Commit
8386b4a
·
verified
·
1 Parent(s):
fd40d2e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -56,8 +56,7 @@ demo = gr.ChatInterface(
56
value=0.95,
57
step=0.05,
58
label="Top-p (nucleus sampling)",
59
-
),
60
-
61
],
62
)
63
56
value=0.95,
57
step=0.05,
58
label="Top-p (nucleus sampling)",
59
+
),
60
],
61
)
62