Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Liusuthu
/
Portable-Depression-Detecting-System
like
3
Runtime error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
Liusuthu
commited on
Mar 19, 2024
Commit
1912c8f
·
verified
·
1 Parent(s):
514b9d3
Update chat.py
Browse files
Files changed (1)
hide
show
chat.py
+1
-1
chat.py
CHANGED
Viewed
@@ -24,7 +24,7 @@ def predict(message, history):
24
},
25
{
26
"role": "user",
27
-
"content":
question
,
28
},
29
],
30
temperature=1.0,
24
},
25
{
26
"role": "user",
27
+
"content":
message
,
28
},
29
],
30
temperature=1.0,