Spaces:
Running
Running
Update app.py
Browse files
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)
|