mrbeliever commited on
Commit
9304e0e
1 Parent(s): 60a9d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ if uploaded_image and API_KEY:
61
  st.image(image, caption="Uploaded Image", use_container_width=True)
62
 
63
  # Add a button to trigger caption generation
64
- if st.button("Generate Caption", use_container_width=True):
65
  st.write("Generating Prompt...")
66
  result = generate_caption(image_base64, API_KEY)
67
 
 
61
  st.image(image, caption="Uploaded Image", use_container_width=True)
62
 
63
  # Add a button to trigger caption generation
64
+ if st.button("Generate Prompt", use_container_width=True):
65
  st.write("Generating Prompt...")
66
  result = generate_caption(image_base64, API_KEY)
67