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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ def analyze_stream(prompt, chatbot):
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
 
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_love_gambling_in_casinos
238
 
239
  # stream = "https://streamapi2.eu.loclx.io/video_feed/101"
240
  stream = VIDEO_PATH