clementchadebec commited on
Commit
cd5da5d
·
verified ·
1 Parent(s): 3172afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ ASPECT_RATIOS = {
33
  }
34
 
35
  # download the config and model
36
- MODEL_PATH = hf_hub_download("jasperai/LBM_relighting", "relight.safetensors", token=huggingface_token)
37
- CONFIG_PATH = hf_hub_download("jasperai/LBM_relighting", "relight.yaml", token=huggingface_token)
38
 
39
  with open(CONFIG_PATH, "r") as f:
40
  config = yaml.safe_load(f)
 
33
  }
34
 
35
  # download the config and model
36
+ MODEL_PATH = hf_hub_download("jasperai/LBM_relighting", "model.safetensors", token=huggingface_token)
37
+ CONFIG_PATH = hf_hub_download("jasperai/LBM_relighting", "config.yaml", token=huggingface_token)
38
 
39
  with open(CONFIG_PATH, "r") as f:
40
  config = yaml.safe_load(f)