Update app.py
Browse files
app.py
CHANGED
@@ -127,10 +127,7 @@ def main():
|
|
127 |
st.subheader("Video Feed")
|
128 |
|
129 |
# Video source selection
|
130 |
-
source_type =
|
131 |
-
"Select Video Source",
|
132 |
-
["Webcam", "Video File", "RTSP Stream"]
|
133 |
-
)
|
134 |
|
135 |
source_path = None
|
136 |
uploaded_file = None
|
|
|
127 |
st.subheader("Video Feed")
|
128 |
|
129 |
# Video source selection
|
130 |
+
source_type = "Video File"
|
|
|
|
|
|
|
131 |
|
132 |
source_path = None
|
133 |
uploaded_file = None
|