jozee commited on
Commit
2aa3be8
·
verified ·
1 Parent(s): 064897a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ config_file = hf_hub_download(
17
  filename="config_promax.json",
18
  )
19
 
20
- config = ControlNetModdel_Union.load_config(config_file)
21
  controlnet_model = ControlNetModel_Union.from_config(config)
22
  model_file = hf_hub_download(
23
  "xinsir/controlnet-union-sdxl-1.0",
 
17
  filename="config_promax.json",
18
  )
19
 
20
+ config = ControlNetModel_Union.load_config(config_file)
21
  controlnet_model = ControlNetModel_Union.from_config(config)
22
  model_file = hf_hub_download(
23
  "xinsir/controlnet-union-sdxl-1.0",