Spaces:
Running
Running
mrbeliever
commited on
Commit
•
9304e0e
1
Parent(s):
60a9d6a
Update app.py
Browse files
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
|
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 |
|