multimodalart HF staff commited on
Commit
74490d0
1 Parent(s): 9aedd71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,7 +147,8 @@ def edit(input_image,
147
  randomize_seed,
148
  src_prompt,
149
  src_cfg_scale,
150
- mask_type):
 
151
  show_share_button = gr.update(visible=True)
152
  if(mask_type == "No mask"):
153
  use_cross_attn_mask = False
 
147
  randomize_seed,
148
  src_prompt,
149
  src_cfg_scale,
150
+ mask_type,
151
+ progress=gr.Progress(track_tqdm=True)):
152
  show_share_button = gr.update(visible=True)
153
  if(mask_type == "No mask"):
154
  use_cross_attn_mask = False