Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ def main():
|
|
15 |
# Columns to display
|
16 |
columns_to_display = [
|
17 |
"model_name", "pretrained", "image_time", "text_time",
|
18 |
-
"avg_score", "image_shape", "text_shape",
|
19 |
-
"output shape",
|
20 |
"params (M)", "FLOPs (B)"
|
21 |
] # Specify the columns you want to display
|
22 |
|
|
|
15 |
# Columns to display
|
16 |
columns_to_display = [
|
17 |
"model_name", "pretrained", "image_time", "text_time",
|
18 |
+
"avg_score", "image_shape", "text_shape",
|
19 |
+
"output shape",
|
20 |
"params (M)", "FLOPs (B)"
|
21 |
] # Specify the columns you want to display
|
22 |
|