Update app.py
Browse files
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:
|