Kvikontent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,4 @@ def generate_image(input_text):
|
|
24 |
|
25 |
if prompt:
|
26 |
output = generate_image(prompt)
|
27 |
-
st.image(output, caption="Generated image")
|
28 |
-
st.download_button("Download", output)
|
|
|
24 |
|
25 |
if prompt:
|
26 |
output = generate_image(prompt)
|
27 |
+
st.image(output, caption="Generated image")
|
|