markdown
Browse files
app.py
CHANGED
@@ -90,6 +90,8 @@ def main():
|
|
90 |
generated_img = remove_bg(inputpath)
|
91 |
st.text("Image background removed.")
|
92 |
st.image(generated_img)
|
|
|
|
|
93 |
|
94 |
if __name__ == "__main__":
|
95 |
main()
|
|
|
90 |
generated_img = remove_bg(inputpath)
|
91 |
st.text("Image background removed.")
|
92 |
st.image(generated_img)
|
93 |
+
st.markdown("""<div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>
|
94 |
+
<div style="margin: 0.75em 0;">But what would really help me is a <strong>PRO subscription</strong> to Google Colab, Kaggle or Hugging Face. Many thanks.</div>""", unsafe_allow_html=True)
|
95 |
|
96 |
if __name__ == "__main__":
|
97 |
main()
|