alexrods commited on
Commit
cd63ff8
1 Parent(s): 05552c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ if file_video is not None:
32
  st.video(video_bytes, format="video/mp4")
33
  with st.container():
34
  st.subheader("Output: ")
35
- st.video(output, format="video/mp4", start_time=00:01)
36
  st.download_button("Download", output, file_name="output_video.mp4", mime="video/mp4")
37
 
38
 
 
32
  st.video(video_bytes, format="video/mp4")
33
  with st.container():
34
  st.subheader("Output: ")
35
+ st.video(output, format="video/mp4", start_time=0)
36
  st.download_button("Download", output, file_name="output_video.mp4", mime="video/mp4")
37
 
38