Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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,
|