rwitz commited on
Commit
afe7545
·
verified ·
1 Parent(s): 2ba09fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ async def classify_vote(user_input):
22
  "inputs": user_input,
23
  "parameters": {
24
  "candidate_labels": "roleplay,conversation,mathematics calculations,logic problems,creative writing,factual knowledge",
25
- "multi_class": True
26
  }
27
  }
28
  async with aiohttp.ClientSession() as session:
 
22
  "inputs": user_input,
23
  "parameters": {
24
  "candidate_labels": "roleplay,conversation,mathematics calculations,logic problems,creative writing,factual knowledge",
 
25
  }
26
  }
27
  async with aiohttp.ClientSession() as session: