AItool commited on
Commit
3273793
·
verified ·
1 Parent(s): fbd5b03

Removed output path display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")