arjunanand13 commited on
Commit
4666d81
1 Parent(s): cc0ffa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ class VideoClassifier:
184
  # audiotrack= open("audiotrack.wav", "rb")
185
  transcription = self.client.audio.transcriptions.create(
186
  model="whisper-1",
187
- file=audiotrack
188
  )
189
  print(transcription.text)
190
  return transcription.text
 
184
  # audiotrack= open("audiotrack.wav", "rb")
185
  transcription = self.client.audio.transcriptions.create(
186
  model="whisper-1",
187
+ file=audioclip
188
  )
189
  print(transcription.text)
190
  return transcription.text