awacke1 commited on
Commit
c272eb0
1 Parent(s): 7f46ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def predict(prompt, guidance, steps, seed=1231231):
119
  #image.save(filename)
120
  encoded_image = encode_image(image)
121
  html_link = f'<a href="data:image/png;base64,{encoded_image}" download="{filename}">Download Image</a>'
122
- gr.write(html_link)
123
 
124
 
125
 
 
119
  #image.save(filename)
120
  encoded_image = encode_image(image)
121
  html_link = f'<a href="data:image/png;base64,{encoded_image}" download="{filename}">Download Image</a>'
122
+ gr.Markdown(html_link)
123
 
124
 
125