Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|