Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ def analyze_stream(prompt, chatbot):
|
|
233 |
global base_start_time
|
234 |
stop_capture = False
|
235 |
half_hour_in_secs = 1800 # long sf junction video length
|
236 |
-
extra_frames_because_we_love_gambling_in_casinos =
|
237 |
video_start = int(int(time.time() - base_start_time) % half_hour_in_secs) + extra_frames_because_we_love_gambling_in_casinos
|
238 |
|
239 |
# stream = "https://streamapi2.eu.loclx.io/video_feed/101"
|
|
|
233 |
global base_start_time
|
234 |
stop_capture = False
|
235 |
half_hour_in_secs = 1800 # long sf junction video length
|
236 |
+
extra_frames_because_we_love_gambling_in_casinos = 8
|
237 |
video_start = int(int(time.time() - base_start_time) % half_hour_in_secs) + extra_frames_because_we_love_gambling_in_casinos
|
238 |
|
239 |
# stream = "https://streamapi2.eu.loclx.io/video_feed/101"
|