Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -196,7 +196,6 @@ with demo:
|
|
| 196 |
"Size","Infrastructure","ARC","HellaSwag","MMLU",
|
| 197 |
"TruthfulQA","Winogrande","Affiliation"],
|
| 198 |
datatype=["html","str","str","str","str","str","str","str","str","str","str","str","str"])
|
| 199 |
-
"TruthfulQA","Winogrande","Affiliation"])
|
| 200 |
|
| 201 |
filter_hw.change(fn=update_df,
|
| 202 |
inputs=[filter_hw, filter_platform, filter_affiliation, filter_size, filter_precision, filter_type],
|
|
|
|
| 196 |
"Size","Infrastructure","ARC","HellaSwag","MMLU",
|
| 197 |
"TruthfulQA","Winogrande","Affiliation"],
|
| 198 |
datatype=["html","str","str","str","str","str","str","str","str","str","str","str","str"])
|
|
|
|
| 199 |
|
| 200 |
filter_hw.change(fn=update_df,
|
| 201 |
inputs=[filter_hw, filter_platform, filter_affiliation, filter_size, filter_precision, filter_type],
|