Spaces:
Runtime error
Runtime error
Commit
·
278ea4f
1
Parent(s):
03bd867
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
|
|
5 |
import numpy as np
|
6 |
import tempfile
|
7 |
|
8 |
-
cap = cv2.VideoCapture(
|
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 |
|