AItool commited on
Commit
e66997b
·
verified ·
1 Parent(s): 2fdd052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ with tab2:
84
  if st.button("Run Interpolation"):
85
  gif_path = interpolate_image(temp_a, temp_b)
86
  st.image(gif_path, caption="Interpolated GIF")
 
87
  #st.text(f"Output path: {gif_path}")
88
  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>
89
  <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)
 
84
  if st.button("Run Interpolation"):
85
  gif_path = interpolate_image(temp_a, temp_b)
86
  st.image(gif_path, caption="Interpolated GIF")
87
+ st.text("Note: the visual noise is not present when you savee the image. Occurs in streamlit not in gradio demo app.")
88
  #st.text(f"Output path: {gif_path}")
89
  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>
90
  <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)