subhan971 commited on
Commit
8a78480
·
verified ·
1 Parent(s): 1f623c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ elif option == "Capture from Webcam":
84
  st.session_state.image_path = path
85
  st.image(path, caption="Captured Image", use_container_width=True)
86
 
 
87
  if "image_path" in st.session_state and st.button("Suggest Hindi Song"):
88
  with st.spinner("Analyzing image and finding a song..."):
89
  try:
 
84
  st.session_state.image_path = path
85
  st.image(path, caption="Captured Image", use_container_width=True)
86
 
87
+
88
  if "image_path" in st.session_state and st.button("Suggest Hindi Song"):
89
  with st.spinner("Analyzing image and finding a song..."):
90
  try: