MohammadGholizadeh commited on
Commit
bdcd3f5
·
verified ·
1 Parent(s): 2bc711e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  pipe = pipeline(
6
  "automatic-speech-recognition",
7
- model="msghol/whisper-large-v3-persian-common-voice-17",
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
  )