Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ def process_clip_from_file_sync(prompt, frames, fps, video_path, id):
|
|
226 |
def analyze_stream(prompt, chatbot):
|
227 |
global stop_capture
|
228 |
stop_capture = False
|
229 |
-
stream = "
|
230 |
|
231 |
|
232 |
cap = cv2.VideoCapture(stream or WEBCAM)
|
|
|
226 |
def analyze_stream(prompt, chatbot):
|
227 |
global stop_capture
|
228 |
stop_capture = False
|
229 |
+
stream = "https://streamapi2.eu.loclx.io/stream/channel_102"
|
230 |
|
231 |
|
232 |
cap = cv2.VideoCapture(stream or WEBCAM)
|