Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with tab2:
|
|
90 |
gif_path = interpolate_image(temp_a, temp_b)
|
91 |
st.image(gif_path, caption="Interpolated GIF")
|
92 |
st.markdown(
|
93 |
-
"**Note:** The visual noise is not present when you save the image. "
|
94 |
"This occurs in Streamlit's display, not in the Gradio demo app."
|
95 |
)
|
96 |
#st.text(f"Output path: {gif_path}")
|
|
|
90 |
gif_path = interpolate_image(temp_a, temp_b)
|
91 |
st.image(gif_path, caption="Interpolated GIF")
|
92 |
st.markdown(
|
93 |
+
"**Note:** Should visual noise be present: The visual noise is not present when you save the image. "
|
94 |
"This occurs in Streamlit's display, not in the Gradio demo app."
|
95 |
)
|
96 |
#st.text(f"Output path: {gif_path}")
|