XufengDuan commited on
Commit
8ac95ce
1 Parent(s): 0701dfd

updated scripts

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -16,7 +16,7 @@ TOKEN = os.getenv("HF_TOKEN")
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"
20
  QUEUE_REPO = f"{OWNER}/requests"
21
  RESULTS_REPO = f"{OWNER}/results"
22
 
 
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}/HumanLikeness"
20
  QUEUE_REPO = f"{OWNER}/requests"
21
  RESULTS_REPO = f"{OWNER}/results"
22