cwhuh commited on
Commit
08eced3
·
1 Parent(s): 20e295b

add : logger

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
46
  target_prompt=prompt,
47
  prompt_in_path="prompt.json",
48
  )
 
49
 
50
  for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
51
  prompt=refined_prompt,
 
46
  target_prompt=prompt,
47
  prompt_in_path="prompt.json",
48
  )
49
+ print(f"Refined prompt: {refined_prompt}")
50
 
51
  for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
52
  prompt=refined_prompt,