Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ if uploaded_file:
|
|
28 |
if st.button("Generate Image"):
|
29 |
with st.spinner("Generating..."):
|
30 |
image = pipeline(prompt, image=init_image).images[0]
|
31 |
-
st.image(image, caption="Generated Image", use_column_width=True)
|
|
|
28 |
if st.button("Generate Image"):
|
29 |
with st.spinner("Generating..."):
|
30 |
image = pipeline(prompt, image=init_image).images[0]
|
31 |
+
st.image(image, caption="Generated Image", use_column_width=True)
|