Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def load_video(vid):
|
|
38 |
|
39 |
|
40 |
|
41 |
-
def capture_function(vid=None):
|
42 |
if vid==None:
|
43 |
vid=img_file
|
44 |
new_video_in = str(vid)
|
|
|
38 |
|
39 |
|
40 |
|
41 |
+
def capture_function(vid=None,frame_count=None):
|
42 |
if vid==None:
|
43 |
vid=img_file
|
44 |
new_video_in = str(vid)
|