radames commited on
Commit
3f97687
1 Parent(s): d1ce89d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ get_video_data = """async (video, video_data_dummy) => {
31
 
32
 
33
  def predict(video, video_data):
34
- timestamp = video_data["timestamp"]
35
  return video_data
36
 
37
 
 
31
 
32
 
33
  def predict(video, video_data):
34
+ timestamp = video_data["currentTime"]
35
  return video_data
36
 
37