Jesse-marqo commited on
Commit
e0ee1d8
·
verified ·
1 Parent(s): 8dc2d0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ def main():
21
  ] # Specify the columns you want to display
22
 
23
  # Add a text caption
24
- st.header("CSV Viewer")
25
- st.write("This app displays the contents of selected columns from a CSV file.")
26
 
27
  # Call the display_csv function with the hardcoded file path and selected columns
28
  display_csv(file_path, columns_to_display)
 
21
  ] # Specify the columns you want to display
22
 
23
  # Add a text caption
24
+ st.header("CLIP benchmarks - retrieval and inference")
25
+ st.write("CLIP benchmarks for inference and retrieval performance. Image size, context length and output dimensions are also presented. A10G, CUDA 12.1, Torch 2.1.0")
26
 
27
  # Call the display_csv function with the hardcoded file path and selected columns
28
  display_csv(file_path, columns_to_display)