Update README.md
Browse files
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-
|
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
|