Dnau15 commited on
Commit
1235c7c
1 Parent(s): 74e4e24

file path fixing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def infer(image):
85
 
86
  device = torch.device("cpu")
87
 
88
- predict_config_path = "/home/naumov/lama_predict/configs/prediction/default.yaml"
89
 
90
  with open(predict_config_path, "r") as f:
91
  predict_config = OmegaConf.create(yaml.safe_load(f))
 
85
 
86
  device = torch.device("cpu")
87
 
88
+ predict_config_path = "./configs/prediction/default.yaml"
89
 
90
  with open(predict_config_path, "r") as f:
91
  predict_config = OmegaConf.create(yaml.safe_load(f))