Spaces:
Runtime error
Runtime error
fix yaml path
Browse files
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()
|