ziv-conntour commited on
Commit
39eb2b6
·
verified ·
1 Parent(s): 4968728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -233,7 +233,8 @@ 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
- video_start = int(int(time.time() - base_start_time) % half_hour_in_secs)
 
237
 
238
  # stream = "https://streamapi2.eu.loclx.io/video_feed/101"
239
  stream = VIDEO_PATH
 
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 = 6
237
+ video_start = int(int(time.time() - base_start_time) % half_hour_in_secs) + extra_frames_because_we_like_casinos
238
 
239
  # stream = "https://streamapi2.eu.loclx.io/video_feed/101"
240
  stream = VIDEO_PATH