Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def process_video(video_path, seconds_per_frame=2):
|
|
107 |
|
108 |
return base64Frames, audio_path
|
109 |
|
110 |
-
def ProcessVideo(video_input)
|
111 |
if video_input is not None:
|
112 |
# Save the uploaded video file
|
113 |
video_path = save_video(video_file)
|
|
|
107 |
|
108 |
return base64Frames, audio_path
|
109 |
|
110 |
+
def ProcessVideo(video_input):
|
111 |
if video_input is not None:
|
112 |
# Save the uploaded video file
|
113 |
video_path = save_video(video_file)
|