Lingalingeswaran commited on
Commit
ec442de
·
verified ·
1 Parent(s): 89c4c21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ import gradio as gr
89
  from transformers import pipeline
90
 
91
  # Initialize the pipeline with the specified model
92
- pipe = pipeline(model="Lingalingeswaran/whisper-small-sinhala")
93
 
94
  def transcribe(audio):
95
  # Transcribe the audio file to text
 
89
  from transformers import pipeline
90
 
91
  # Initialize the pipeline with the specified model
92
+ pipe = pipeline(model="Lingalingeswaran/whisper-small-sinhala_v3")
93
 
94
  def transcribe(audio):
95
  # Transcribe the audio file to text