markdown
Browse files
app.py
CHANGED
@@ -99,4 +99,6 @@ with tab2:
|
|
99 |
img.load()
|
100 |
generated_img = fill_square_cropper(img)
|
101 |
st.image(generated_img)
|
102 |
-
st.balloons()
|
|
|
|
|
|
99 |
img.load()
|
100 |
generated_img = fill_square_cropper(img)
|
101 |
st.image(generated_img)
|
102 |
+
st.balloons()
|
103 |
+
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>
|
104 |
+
<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)
|