lampongyuen commited on
Commit
278ea4f
·
1 Parent(s): 03bd867

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
5
  import numpy as np
6
  import tempfile
7
 
8
- cap = cv2.VideoCapture(1)
9
 
10
  st.title("Video Capture")
11
 
 
5
  import numpy as np
6
  import tempfile
7
 
8
+ cap = cv2.VideoCapture(0)
9
 
10
  st.title("Video Capture")
11