Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,10 +3,10 @@ import pandas as pd
|
|
3 |
import os
|
4 |
|
5 |
# Title of the app
|
6 |
-
st.title('OpenCLIP Model Results Viewer')
|
7 |
-
|
8 |
# Displaying the current working directory
|
9 |
-
st.write(f"Current working directory: {os.getcwd()}")
|
10 |
|
11 |
# List files in the current directory
|
12 |
#st.write("Files in the current directory:")
|
|
|
3 |
import os
|
4 |
|
5 |
# Title of the app
|
6 |
+
st.title('Multilingual retrieval OpenCLIP Model Results Viewer')
|
7 |
+
st.write("Multilingual multimodal retrieval results from OpenCLIP.")
|
8 |
# Displaying the current working directory
|
9 |
+
#st.write(f"Current working directory: {os.getcwd()}")
|
10 |
|
11 |
# List files in the current directory
|
12 |
#st.write("Files in the current directory:")
|