modified: black_forest_streamlit.py

This commit is contained in:
Russell Ballestrini 2025-03-20 21:04:44 -04:00
parent 3951436968
commit 561dfd3620

View file

@ -381,7 +381,7 @@ else:
model,
gen_time,
) in st.session_state.generated_images:
st.image(filepath, caption=f"Prompt: {prompt_text}", use_column_width=True)
st.image(filepath, caption=f"Prompt: {prompt_text}", use_container_width=True)
st.write(f"**Seed**: {seed}")
st.write(f"**Model**: {model}")
st.write(f"**Generated**: {gen_time.strftime('%Y-%m-%d %H:%M:%S')}")