yashasgupta commited on
Commit
c6077a4
1 Parent(s): b813f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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"])