Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def classify_vote(user_input):
|
|
28 |
payload = {
|
29 |
"inputs": user_input,
|
30 |
"parameters": {
|
31 |
-
"candidate_labels": "
|
32 |
"multi_class": True
|
33 |
}
|
34 |
}
|
|
|
28 |
payload = {
|
29 |
"inputs": user_input,
|
30 |
"parameters": {
|
31 |
+
"candidate_labels": "roleplay,small talk,mathematics,logic,creative",
|
32 |
"multi_class": True
|
33 |
}
|
34 |
}
|