gokaygokay commited on
Commit
a62ae1a
·
verified ·
1 Parent(s): 932af65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ def process_workflow(image, text_prompt, use_enhancer, seed, randomize_seed, wid
67
  image = Image.fromarray(image)
68
 
69
  prompt = florence_caption(image)
 
70
  else:
71
  prompt = text_prompt
72
 
 
67
  image = Image.fromarray(image)
68
 
69
  prompt = florence_caption(image)
70
+ print(prompt)
71
  else:
72
  prompt = text_prompt
73