ziv-conntour commited on
Commit
fe55509
·
verified ·
1 Parent(s): b382ddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 12
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"