Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
# Load the ASR model
|
| 6 |
asr = pipeline(task="automatic-speech-recognition",
|
| 7 |
-
model="
|
| 8 |
|
| 9 |
# Define the transcription function
|
| 10 |
def transcribe_long_form(filepath):
|
|
|
|
| 4 |
|
| 5 |
# Load the ASR model
|
| 6 |
asr = pipeline(task="automatic-speech-recognition",
|
| 7 |
+
model="distil-whisper/distil-small.en")
|
| 8 |
|
| 9 |
# Define the transcription function
|
| 10 |
def transcribe_long_form(filepath):
|