Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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["
|
| 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 |
|