AItool commited on
Commit
19282c3
·
verified ·
1 Parent(s): 16dc057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ with tab2:
96
  Image.open(uploaded_b).save(temp_b)
97
 
98
  if st.button("Run Interpolation"):
 
99
  gif_path = interpolate_image(temp_a, temp_b)
100
  st.image(gif_path, caption="Interpolated GIF")
101
  # Note about visual noise
 
96
  Image.open(uploaded_b).save(temp_b)
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