AItool commited on
Commit
5642006
·
verified ·
1 Parent(s): 3b735a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")