Spaces:
Running
Running
Removed output path display
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with tab1:
|
|
67 |
if st.button("Run Interpolation Demo"):
|
68 |
gif_path = interpolate_image(FRAME1, FRAME2)
|
69 |
st.image(gif_path, caption="Interpolated GIF")
|
70 |
-
st.text(f"Output path: {gif_path}")
|
71 |
|
72 |
with tab2:
|
73 |
st.subheader("Upload any two images")
|
|
|
67 |
if st.button("Run Interpolation Demo"):
|
68 |
gif_path = interpolate_image(FRAME1, FRAME2)
|
69 |
st.image(gif_path, caption="Interpolated GIF")
|
70 |
+
#st.text(f"Output path: {gif_path}")
|
71 |
|
72 |
with tab2:
|
73 |
st.subheader("Upload any two images")
|