Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
pipe = pipeline(
|
6 |
"automatic-speech-recognition",
|
7 |
-
model="
|
8 |
chunk_length_s=30,
|
9 |
return_timestamps=False
|
10 |
)
|
|
|
4 |
|
5 |
pipe = pipeline(
|
6 |
"automatic-speech-recognition",
|
7 |
+
model="MohammadGholizadeh/whisper-large-v3-persian-common-voice-17",
|
8 |
chunk_length_s=30,
|
9 |
return_timestamps=False
|
10 |
)
|