manmeetkaurbaxi commited on
Commit
cc84962
1 Parent(s): 7fda4f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def transcribeVideo(VIDEO_URL):
55
  # Concatenate the path of these separated audio chunks
56
  audioChunksPath = []
57
  for i in range(len(speechTimestamps)):
58
- audioChunksPath.append(f'/speech-{i}.wav')
59
 
60
  # Generate individual transcriptions & concatenate them
61
  transcriptions = MODEL.transcribe(audioChunksPath)
55
  # Concatenate the path of these separated audio chunks
56
  audioChunksPath = []
57
  for i in range(len(speechTimestamps)):
58
+ audioChunksPath.append(f'speech-{i}.wav')
59
 
60
  # Generate individual transcriptions & concatenate them
61
  transcriptions = MODEL.transcribe(audioChunksPath)