FarhadMadadzade commited on
Commit
165b80a
1 Parent(s): c031f24

fixed incorrect video path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def process_video(date):
66
  # Remove the audio file
67
  os.remove(audio_path)
68
 
69
- return video_path, transcription
70
 
71
 
72
  # iface = gr.Interface(
 
66
  # Remove the audio file
67
  os.remove(audio_path)
68
 
69
+ return short_video_path, transcription
70
 
71
 
72
  # iface = gr.Interface(