Spaces:
Runtime error
Runtime error
PrabalPaul007
commited on
Commit
•
e8783ac
1
Parent(s):
d868e1b
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ if uploaded_image is not None:
|
|
43 |
|
44 |
# Generate caption for the uploaded image with the fixed prompt
|
45 |
caption = generate_caption(uploaded_image)
|
46 |
-
st.write("Caption:", caption)
|
|
|
43 |
|
44 |
# Generate caption for the uploaded image with the fixed prompt
|
45 |
caption = generate_caption(uploaded_image)
|
46 |
+
st.write("Caption :", caption)
|