tdurzynski commited on
Commit
9e88205
·
verified ·
1 Parent(s): eec05bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  # Load the ASR model
6
  asr = pipeline(task="automatic-speech-recognition",
7
- model="./models/distil-whisper/distil-small.en")
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):