ovi054 commited on
Commit
9fed73b
1 Parent(s): db130f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate_caption(image):
38
  image_size=(image.width, image.height)
39
  )
40
  prompt = parsed_answer["<MORE_DETAILED_CAPTION>"]
41
- print("\n\nGeneration completed!:"+ prompt)
42
  return prompt
43
  # yield prompt, None
44
  # image_path = generate_image(prompt,random.randint(0, 4294967296))
 
38
  image_size=(image.width, image.height)
39
  )
40
  prompt = parsed_answer["<MORE_DETAILED_CAPTION>"]
41
+ print("\nGeneration completed!:"+ prompt)
42
  return prompt
43
  # yield prompt, None
44
  # image_path = generate_image(prompt,random.randint(0, 4294967296))