potsawee commited on
Commit
53365ad
1 Parent(s): da25626

change name from av to multimodal

Browse files
Files changed (1) hide show
  1. src/envs.py +2 -2
src/envs.py CHANGED
@@ -11,8 +11,8 @@ OWNER = "scb10x" # Change to your org - don't forget to create a results and req
11
  # ----------------------------------
12
 
13
  REPO_ID = f"{OWNER}/multimodal-hallucination-leaderboard"
14
- QUEUE_REPO = f"{OWNER}/av_hallucination_requests"
15
- RESULTS_REPO = f"{OWNER}/av_hallucination_results"
16
 
17
  # If you setup a cache later, just change HF_HOME
18
  CACHE_PATH=os.getenv("HF_HOME", ".")
 
11
  # ----------------------------------
12
 
13
  REPO_ID = f"{OWNER}/multimodal-hallucination-leaderboard"
14
+ QUEUE_REPO = f"{OWNER}/multimodal_hallucination_requests"
15
+ RESULTS_REPO = f"{OWNER}/multimodal_hallucination_results"
16
 
17
  # If you setup a cache later, just change HF_HOME
18
  CACHE_PATH=os.getenv("HF_HOME", ".")