Spaces:
Running
Running
Update constants.py
Browse files- constants.py +2 -7
constants.py
CHANGED
@@ -18,14 +18,9 @@ CSV_DIR_SINGLE_DOMAIN_RESULTS = "./file/results_Single-Domain.csv"
|
|
18 |
COLUMN_NAMES = MODEL_INFO + ALL_RESULTS
|
19 |
COLUMN_NAMES_HUMAN = MODEL_INFO + HUMAN_DOMAIN_RESULTS
|
20 |
|
21 |
-
|
22 |
-
response = requests.get(url)
|
23 |
-
base64_str = base64.b64encode(response.content).decode('utf-8')
|
24 |
-
img_data_uri = f"data:image/png;base64,{base64_str}"
|
25 |
-
|
26 |
-
LEADERBORAD_INTRODUCTION = f"""
|
27 |
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
28 |
-
<img src
|
29 |
</div>
|
30 |
|
31 |
# OpenS2V-Eval Leaderboard
|
|
|
18 |
COLUMN_NAMES = MODEL_INFO + ALL_RESULTS
|
19 |
COLUMN_NAMES_HUMAN = MODEL_INFO + HUMAN_DOMAIN_RESULTS
|
20 |
|
21 |
+
LEADERBORAD_INTRODUCTION = """
|
|
|
|
|
|
|
|
|
|
|
22 |
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
23 |
+
<img src=‘./OpenS2V-Nexus_logo.png’ style='width: 400px; height: auto; margin-right: 10px;' />
|
24 |
</div>
|
25 |
|
26 |
# OpenS2V-Eval Leaderboard
|