Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
4666d81
1
Parent(s):
cc0ffa9
Update app.py
Browse files
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=
|
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
|