Jesse-marqo commited on
Commit
44a0f53
·
verified ·
1 Parent(s): 3002a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "model_memory",
19
- "output shape", "torch_version", "cuda_version", "device_name",
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