Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,6 @@ def generate_caption(image):
|
|
37 |
|
38 |
return response.choices[0].text.strip()
|
39 |
|
40 |
-
# Streamlit UI
|
41 |
st.title("Image Captioning Application :robot_face:")
|
42 |
|
43 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
|
|
37 |
|
38 |
return response.choices[0].text.strip()
|
39 |
|
|
|
40 |
st.title("Image Captioning Application :robot_face:")
|
41 |
|
42 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|