Spaces:
Sleeping
Sleeping
XufengDuan
commited on
Commit
•
b8fce5e
1
Parent(s):
39125ad
updated scripts
Browse files- .DS_Store +0 -0
- src/envs.py +1 -1
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
src/envs.py
CHANGED
@@ -13,7 +13,7 @@ TOKEN = os.getenv("HF_TOKEN")
|
|
13 |
# RESULTS_REPO = f"{OWNER}/results"
|
14 |
|
15 |
|
16 |
-
OWNER = "
|
17 |
# ----------------------------------
|
18 |
|
19 |
REPO_ID = f"{OWNER}/Humanlike"
|
|
|
13 |
# RESULTS_REPO = f"{OWNER}/results"
|
14 |
|
15 |
|
16 |
+
OWNER = "Simondon" # Change to your org - don't forget to create a results and request dataset, with the correct format!
|
17 |
# ----------------------------------
|
18 |
|
19 |
REPO_ID = f"{OWNER}/Humanlike"
|