Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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 |
|