Spaces:
Running
Running
temp_a, temp_b
Browse files
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(
|
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(
|