rwitz commited on
Commit
2a18a15
·
verified ·
1 Parent(s): 1d622a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def classify_vote(user_input):
28
  payload = {
29
  "inputs": user_input,
30
  "parameters": {
31
- "candidate_labels": "information and knowledge,problem solving,creative expression,personal development and guidance,entertainment, niche topics",
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
  }