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

temp_a, temp_b

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(FRAME1, FRAME2)
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(temp_a, temp_b)
101
  st.image(gif_path, caption="Interpolated GIF")
102
  # Note about visual noise
103
  st.markdown(