Spaces:
Sleeping
Sleeping
CB commited on
Update streamlit_app.py
Browse files- streamlit_app.py +0 -8
streamlit_app.py
CHANGED
|
@@ -612,11 +612,3 @@ if generate_now and not st.session_state.get("busy"):
|
|
| 612 |
st.error("An error occurred while generating the story. You can try Generate again; the uploaded video will be reused.")
|
| 613 |
finally:
|
| 614 |
st.session_state["busy"] = False
|
| 615 |
-
|
| 616 |
-
if st.session_state.get("analysis_out"):
|
| 617 |
-
st.subheader("Analysis Result")
|
| 618 |
-
st.markdown(st.session_state.get("analysis_out"))
|
| 619 |
-
|
| 620 |
-
if st.session_state.get("last_error"):
|
| 621 |
-
with st.expander("Last Error", expanded=False):
|
| 622 |
-
st.write(st.session_state.get("last_error"))
|
|
|
|
| 612 |
st.error("An error occurred while generating the story. You can try Generate again; the uploaded video will be reused.")
|
| 613 |
finally:
|
| 614 |
st.session_state["busy"] = False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|