John6666 commited on
Commit
f390e2a
1 Parent(s): 62757a4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ last_cn_on = False
33
 
34
  # https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union
35
  # https://huggingface.co/spaces/jiuface/FLUX.1-dev-Controlnet-Union
36
- def change_base_model(repo_id: str, cn_on: bool, progress=gr.Progress(track_tqdm=True)):
37
  global pipe
38
  global controlnet_union
39
  global controlnet
 
33
 
34
  # https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union
35
  # https://huggingface.co/spaces/jiuface/FLUX.1-dev-Controlnet-Union
36
+ def change_base_model(repo_id: str, cn_on: bool):
37
  global pipe
38
  global controlnet_union
39
  global controlnet