FarhadMadadzade commited on
Commit
9adb135
1 Parent(s): 165b80a

trying again with our model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  from pydub import AudioSegment
10
  from pydub.silence import split_on_silence
11
 
12
- pipe = pipeline("automatic-speech-recognition", model="openai/whisper-small")
13
 
14
 
15
  def process_video1(from_date, to_date):
 
9
  from pydub import AudioSegment
10
  from pydub.silence import split_on_silence
11
 
12
+ pipeline("automatic-speech-recognition", model="Artanis1551/whisper_romanian3")
13
 
14
 
15
  def process_video1(from_date, to_date):