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