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