Made sure the log variable is still around on the img2txt after its being cleared.

This commit is contained in:
ZeroCool940711 2022-10-22 13:30:12 -07:00
parent d8bb0c4121
commit c1ec3f370b

View File

@ -317,7 +317,7 @@ def interrogate(image, models):
st.session_state["log"].append("Finished Interrogating.")
st.session_state["log_message"].code('\n'.join(st.session_state["log"]), language='')
del st.session_state["log"]
st.session_state["log"] = []
#