Spaces:
Runtime error
Runtime error
Fix spelling error
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ for validator in validators:
|
|
93 |
print(final_split_results)
|
94 |
|
95 |
final_total_results.append({
|
96 |
-
"Validator": validator.replace("_", "").capitalize(),
|
97 |
"N/A %" : round((number_of_nas/number_of_results)*100,2),
|
98 |
"Avg Inference (s)" : round((inference_total/number_of_results),2),
|
99 |
"Average ⬆️": 0,
|
|
|
93 |
print(final_split_results)
|
94 |
|
95 |
final_total_results.append({
|
96 |
+
"Validator": validator.replace("_", " ").capitalize(),
|
97 |
"N/A %" : round((number_of_nas/number_of_results)*100,2),
|
98 |
"Avg Inference (s)" : round((inference_total/number_of_results),2),
|
99 |
"Average ⬆️": 0,
|