Spaces:
Running
Running
Update app.py
Browse files
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("
|
25 |
-
st.write("
|
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)
|