Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,4 @@ with tab2:
|
|
83 |
if st.button("Run Interpolation"):
|
84 |
gif_path = interpolate_image(temp_a, temp_b)
|
85 |
st.image(gif_path, caption="Interpolated GIF")
|
86 |
-
st.text(f"Output path: {gif_path}")
|
|
|
83 |
if st.button("Run Interpolation"):
|
84 |
gif_path = interpolate_image(temp_a, temp_b)
|
85 |
st.image(gif_path, caption="Interpolated GIF")
|
86 |
+
#st.text(f"Output path: {gif_path}")
|