AItool commited on
Commit
6cc6e32
·
verified ·
1 Parent(s): 19282c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with tab2:
97
 
98
  if st.button("Run Interpolation"):
99
  gif_path = None
100
- gif_path = interpolate_image(temp_a, temp_b)
101
  st.image(gif_path, caption="Interpolated GIF")
102
  # Note about visual noise
103
  st.markdown(
 
97
 
98
  if st.button("Run Interpolation"):
99
  gif_path = None
100
+ gif_path = interpolate_image(FRAME1, FRAME2)
101
  st.image(gif_path, caption="Interpolated GIF")
102
  # Note about visual noise
103
  st.markdown(