Beasto commited on
Commit
0f172c8
·
1 Parent(s): c207365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import streamlit as st
7
  # Replace 'your_video.mp4' with the path to your video file
8
  # Open the video file
9
  video_path = st.file_uploader("Choose a video file", type=["mp4"])
10
- video_path = st.video(video_path)
11
 
12
  cap = cv2.VideoCapture(video_path)
13
 
 
7
  # Replace 'your_video.mp4' with the path to your video file
8
  # Open the video file
9
  video_path = st.file_uploader("Choose a video file", type=["mp4"])
 
10
 
11
  cap = cv2.VideoCapture(video_path)
12