Spaces:
Running
on
Zero
Running
on
Zero
chore
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
|
|
47 |
# )
|
48 |
|
49 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
50 |
-
prompt=
|
51 |
guidance_scale=guidance_scale,
|
52 |
num_inference_steps=num_inference_steps,
|
53 |
width=width,
|
|
|
47 |
# )
|
48 |
|
49 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
50 |
+
prompt=prompt,
|
51 |
guidance_scale=guidance_scale,
|
52 |
num_inference_steps=num_inference_steps,
|
53 |
width=width,
|