Chethu commited on
Commit
a5939c2
1 Parent(s): 746e1b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ if uploaded_image is not None:
13
 
14
  if st.button("Submit"):
15
  with st.spinner("Analyzing image and generating narration... Please wait."):
16
- processed_image, audio = get_predictions(uploaded_image)
17
 
18
  st.success("Analysis complete!")
19
 
 
13
 
14
  if st.button("Submit"):
15
  with st.spinner("Analyzing image and generating narration... Please wait."):
16
+ processed_image, text,audio = get_predictions(uploaded_image)
17
 
18
  st.success("Analysis complete!")
19