awacke1 commited on
Commit
93853eb
·
verified ·
1 Parent(s): 03a6218

Update app.py

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