mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 06:21:34 +03:00
Made sure the log variable is still around on the img2txt after its being cleared.
This commit is contained in:
parent
d8bb0c4121
commit
c1ec3f370b
@ -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"] = []
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user