Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def process_video(video_path, seconds_per_frame=2):
|
|
110 |
def process_audio_and_video(video_input):
|
111 |
if video_input is not None:
|
112 |
# Save the uploaded video file
|
113 |
-
video_path = save_video(
|
114 |
|
115 |
# Process the saved video
|
116 |
base64Frames, audio_path = process_video(video_path, seconds_per_frame=1)
|
|
|
110 |
def process_audio_and_video(video_input):
|
111 |
if video_input is not None:
|
112 |
# Save the uploaded video file
|
113 |
+
video_path = save_video(video_input )
|
114 |
|
115 |
# Process the saved video
|
116 |
base64Frames, audio_path = process_video(video_path, seconds_per_frame=1)
|