rwitz commited on
Commit
a7d9814
·
verified ·
1 Parent(s): 3e79370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def classify_vote(user_input):
22
  payload = {
23
  "inputs": user_input,
24
  "parameters": {
25
- "candidate_labels": "roleplay,conversation,mathematics,logic,creative writing",
26
  "multi_class": True
27
  }
28
  }
 
22
  payload = {
23
  "inputs": user_input,
24
  "parameters": {
25
+ "candidate_labels": "roleplay,conversation,mathematics,logic,creative writing,knowledge",
26
  "multi_class": True
27
  }
28
  }