Kvikontent commited on
Commit
0192ba4
·
verified ·
1 Parent(s): 155afaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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")