Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ from constants import CITATION_TEXT
|
|
10 |
LEADERBOARD_FILE = "leaderboard.csv"
|
11 |
LEADERBOARD_FILE_pro = "leaderboard_pro.csv"
|
12 |
GROUND_TRUTH_FILE = "ground_truth.csv"
|
|
|
|
|
13 |
LAST_UPDATED = datetime.now().strftime("%B %d, %Y")
|
14 |
|
15 |
# Ensure authentication and suppress warnings
|
@@ -1120,7 +1122,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
1120 |
try:
|
1121 |
ground_truth_path = hf_hub_download(
|
1122 |
repo_id="SondosMB/ground-truth-dataset",
|
1123 |
-
filename="ground_truth.csv",
|
1124 |
repo_type="dataset",
|
1125 |
use_auth_token=True
|
1126 |
)
|
|
|
10 |
LEADERBOARD_FILE = "leaderboard.csv"
|
11 |
LEADERBOARD_FILE_pro = "leaderboard_pro.csv"
|
12 |
GROUND_TRUTH_FILE = "ground_truth.csv"
|
13 |
+
GROUND_TRUTH_FILE_pro = "ground_truth 1.csv"
|
14 |
+
|
15 |
LAST_UPDATED = datetime.now().strftime("%B %d, %Y")
|
16 |
|
17 |
# Ensure authentication and suppress warnings
|
|
|
1122 |
try:
|
1123 |
ground_truth_path = hf_hub_download(
|
1124 |
repo_id="SondosMB/ground-truth-dataset",
|
1125 |
+
filename="ground_truth 1.csv",
|
1126 |
repo_type="dataset",
|
1127 |
use_auth_token=True
|
1128 |
)
|