Jiayi-Pan commited on
Commit
5e34c05
1 Parent(s): 3ea8600

Update Action-Effect.py

Browse files
Files changed (1) hide show
  1. Action-Effect.py +1 -1
Action-Effect.py CHANGED
@@ -27,7 +27,7 @@ Despite recent advances in knowledge representation, automated reasoning, and ma
27
 
28
  _URL = "https://huggingface.co/datasets/sled-umich/Action-Effect"
29
 
30
- JSON_URL = "http://162.212.153.129/action_effect_info.json"
31
 
32
  IMGS_URL = "action_effect_image_rs.zip"
33
 
 
27
 
28
  _URL = "https://huggingface.co/datasets/sled-umich/Action-Effect"
29
 
30
+ JSON_URL = "action_effect_info.json"
31
 
32
  IMGS_URL = "action_effect_image_rs.zip"
33