Spaces:
Running
Running
huangshiyu
commited on
Commit
·
5e2eed0
1
Parent(s):
8f1e7e2
update
Browse files
app.py
CHANGED
|
@@ -86,6 +86,8 @@ def add_new_eval(
|
|
| 86 |
|
| 87 |
|
| 88 |
def get_baseline_df():
|
|
|
|
|
|
|
| 89 |
submission_repo = Repository(local_dir=SUBMISSION_NAME, clone_from=SUBMISSION_URL, use_auth_token=HF_TOKEN,
|
| 90 |
repo_type="dataset")
|
| 91 |
submission_repo.git_pull()
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
def get_baseline_df():
|
| 89 |
+
print("SUBMISSION_URL:", SUBMISSION_URL)
|
| 90 |
+
print("HF_TOKEN:", HF_TOKEN)
|
| 91 |
submission_repo = Repository(local_dir=SUBMISSION_NAME, clone_from=SUBMISSION_URL, use_auth_token=HF_TOKEN,
|
| 92 |
repo_type="dataset")
|
| 93 |
submission_repo.git_pull()
|