FarhadMadadzade commited on
Commit
80e893f
1 Parent(s): 68ccadc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def process_video(date):
39
 
40
  # Remove the audio file
41
  os.remove(audio_path)
42
-
43
  return short_video_path, transcription
44
 
45
 
 
39
 
40
  # Remove the audio file
41
  os.remove(audio_path)
42
+ print(transcription)
43
  return short_video_path, transcription
44
 
45