Taizun commited on
Commit
bdb5c03
·
verified ·
1 Parent(s): da0a826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ if style_name:
111
 
112
  # Button to trigger image generation
113
  if st.button("Generate Awesome Image"):
114
- with st.spinner("Generating your awesome image..."):
115
  image = image_generation(pipeline, prompt + selected_style_prompt, selected_style_negative_prompt)
116
  if image:
117
  st.image(image)
 
111
 
112
  # Button to trigger image generation
113
  if st.button("Generate Awesome Image"):
114
+ with st.spinner("Generating your awesome image... This may take a while. Feel free to explore other spaces in the meantime"):
115
  image = image_generation(pipeline, prompt + selected_style_prompt, selected_style_negative_prompt)
116
  if image:
117
  st.image(image)