Spaces:
Running
Running
markdown
Browse files
app.py
CHANGED
@@ -84,3 +84,5 @@ with tab2:
|
|
84 |
gif_path = interpolate_image(temp_a, temp_b)
|
85 |
st.image(gif_path, caption="Interpolated GIF")
|
86 |
#st.text(f"Output path: {gif_path}")
|
|
|
|
|
|
84 |
gif_path = interpolate_image(temp_a, temp_b)
|
85 |
st.image(gif_path, caption="Interpolated GIF")
|
86 |
#st.text(f"Output path: {gif_path}")
|
87 |
+
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>
|
88 |
+
<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)
|