KevinGeng commited on
Commit
59976e9
·
1 Parent(s): 018f107

fix yaml path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ import lightning_module
29
 
30
  # Load automos
31
  # config_yaml = sys.argv[1]
32
- config_yaml = "Arthur.yaml"
33
 
34
  with open(config_yaml, "r") as f:
35
  # pdb.set_trace()
 
29
 
30
  # Load automos
31
  # config_yaml = sys.argv[1]
32
+ config_yaml = "config/Arthur.yaml"
33
 
34
  with open(config_yaml, "r") as f:
35
  # pdb.set_trace()