JSY8 commited on
Commit
6bfa9a4
Β·
verified Β·
1 Parent(s): c7bc4b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("**🌟 What's in the picture: 🌟**")
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