Removed the gallery message as its not needed. (#1626)

This commit is contained in:
Alejandro Gil 2022-10-29 23:46:18 -07:00 committed by GitHub
commit 6e5221eb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ def layout():
with gallery_tab:
st.session_state["gallery"] = st.empty()
st.session_state["gallery"].info("Nothing but crickets here, try generating something first.")
#st.session_state["gallery"].info("Nothing but crickets here, try generating something first.")
with col3:
# If we have custom models available on the "models/custom"
@ -690,8 +690,8 @@ def layout():
with gallery_tab:
logger.info(seeds)
st.session_state["gallery"].text = ""
sdGallery(output_images)
st.session_state["gallery"] = st.empty()
#except (StopException, KeyError):