Spaces:
Build error
Build error
Update app.py
Browse files
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("\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("\n\nGeneration completed!:"+ prompt)
|
| 42 |
return prompt
|
| 43 |
# yield prompt, None
|
| 44 |
# image_path = generate_image(prompt,random.randint(0, 4294967296))
|