Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def generate_content(image):
|
|
30 |
|
31 |
# Generate caption
|
32 |
caption = captioner(pil_image)[0]["generated_text"]
|
33 |
-
st.write("
|
34 |
st.write(caption)
|
35 |
|
36 |
# Create prompt for story
|
|
|
30 |
|
31 |
# Generate caption
|
32 |
caption = captioner(pil_image)[0]["generated_text"]
|
33 |
+
st.write("**What's in the picture: π§**")
|
34 |
st.write(caption)
|
35 |
|
36 |
# Create prompt for story
|