mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 05:58:18 +03:00
Removed the gallery message as its not needed. (#1626)
This commit is contained in:
commit
6e5221eb20
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user