modified: black_forest_streamlit.py
This commit is contained in:
parent
3951436968
commit
561dfd3620
1 changed files with 1 additions and 1 deletions
|
|
@ -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')}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue