Spaces:
Running
Running
Update app.py
Browse files
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
|