awacke1 commited on
Commit
aa430ae
·
verified ·
1 Parent(s): b866d44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)