Shane
commited on
Commit
•
7f5f365
1
Parent(s):
eada0fd
changed urls
Browse files
app.py
CHANGED
@@ -13,11 +13,11 @@ api = HfApi()
|
|
13 |
COLLAB_TOKEN = os.environ.get("COLLAB_TOKEN")
|
14 |
evals_repo = "alrope/href_results"
|
15 |
|
16 |
-
eval_set_repo = "
|
17 |
local_result_dir = "./results/"
|
18 |
|
19 |
def restart_space():
|
20 |
-
api.restart_space(repo_id="
|
21 |
|
22 |
print("Pulling evaluation results")
|
23 |
repo = snapshot_download(
|
|
|
13 |
COLLAB_TOKEN = os.environ.get("COLLAB_TOKEN")
|
14 |
evals_repo = "alrope/href_results"
|
15 |
|
16 |
+
eval_set_repo = "allenai/href_validation"
|
17 |
local_result_dir = "./results/"
|
18 |
|
19 |
def restart_space():
|
20 |
+
api.restart_space(repo_id="allenai/href", token=COLLAB_TOKEN)
|
21 |
|
22 |
print("Pulling evaluation results")
|
23 |
repo = snapshot_download(
|