Spaces:
Sleeping
Sleeping
IrinaArmstrong
commited on
Commit
•
a7a94b2
1
Parent(s):
638c800
fixed REPO_PATH
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ from src.display.utils import (
|
|
27 |
WeightType,
|
28 |
Precision
|
29 |
)
|
30 |
-
from src.envs import API, EVAL_RESULTS_PATH, REPO_ID,
|
31 |
from src.populate import get_evaluation_queue_df, get_leaderboard_df
|
32 |
from src.submission.submit import add_new_eval
|
33 |
|
|
|
27 |
WeightType,
|
28 |
Precision
|
29 |
)
|
30 |
+
from src.envs import API, EVAL_RESULTS_PATH, REPO_ID, TOKEN
|
31 |
from src.populate import get_evaluation_queue_df, get_leaderboard_df
|
32 |
from src.submission.submit import add_new_eval
|
33 |
|