Yaron Koresh commited on
Commit
f30c82a
·
verified ·
1 Parent(s): f3c23e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -615,7 +615,6 @@ def pipe_generate_image(p1,p2):
615
  imgs = image_pipe(
616
  prompt=p1,
617
  negative_prompt=p2,
618
- progress=gr.Progress(track_tqdm=True),
619
  height=height,
620
  width=width,
621
  guidance_scale=img_accu,
 
615
  imgs = image_pipe(
616
  prompt=p1,
617
  negative_prompt=p2,
 
618
  height=height,
619
  width=width,
620
  guidance_scale=img_accu,