FarhadMadadzade
commited on
Commit
•
bdc6930
1
Parent(s):
f01255f
changed back model
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from pydub import AudioSegment
|
|
10 |
from pydub.silence import split_on_silence
|
11 |
import re
|
12 |
|
13 |
-
pipe = pipeline("automatic-speech-recognition", model="Artanis1551/
|
14 |
|
15 |
|
16 |
def process_video1(date):
|
|
|
10 |
from pydub.silence import split_on_silence
|
11 |
import re
|
12 |
|
13 |
+
pipe = pipeline("automatic-speech-recognition", model="Artanis1551/whisper_romanian")
|
14 |
|
15 |
|
16 |
def process_video1(date):
|