FarhadMadadzade
commited on
Commit
•
6902590
1
Parent(s):
80e893f
testing other model
Browse files
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="
|
13 |
|
14 |
|
15 |
def process_video(date):
|
|
|
9 |
from pydub import AudioSegment
|
10 |
from pydub.silence import split_on_silence
|
11 |
|
12 |
+
pipe = pipeline("automatic-speech-recognition", model="gigant/whisper-medium-romanian")
|
13 |
|
14 |
|
15 |
def process_video(date):
|