Spaces:
Sleeping
Sleeping
Upload codeexecutor.py with huggingface_hub
Browse files- codeexecutor.py +0 -1
codeexecutor.py
CHANGED
@@ -121,5 +121,4 @@ def get_majority_vote(answers):
|
|
121 |
c = Counter(answers)
|
122 |
value, _ = c.most_common()[0]
|
123 |
return value
|
124 |
-
|
125 |
|
|
|
121 |
c = Counter(answers)
|
122 |
value, _ = c.most_common()[0]
|
123 |
return value
|
|
|
124 |
|