Spaces:
Running
Running
addd Note on noise
Browse files
app.py
CHANGED
@@ -86,7 +86,10 @@ with tab2:
|
|
86 |
if st.button("Run Interpolation"):
|
87 |
gif_path = interpolate_image(temp_a, temp_b)
|
88 |
st.image(gif_path, caption="Interpolated GIF")
|
89 |
-
st.
|
|
|
|
|
|
|
90 |
#st.text(f"Output path: {gif_path}")
|
91 |
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>
|
92 |
<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)
|
|
|
86 |
if st.button("Run Interpolation"):
|
87 |
gif_path = interpolate_image(temp_a, temp_b)
|
88 |
st.image(gif_path, caption="Interpolated GIF")
|
89 |
+
st.markdown(
|
90 |
+
"**Note:** The visual noise is not present when you save the image. "
|
91 |
+
"This occurs in Streamlit's display, not in the Gradio demo app."
|
92 |
+
)
|
93 |
#st.text(f"Output path: {gif_path}")
|
94 |
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>
|
95 |
<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)
|