divakaivan commited on
Commit
c0daa4f
·
verified ·
1 Parent(s): 136babb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gtts import gTTS
6
  pipe = pipeline(model="openai/whisper-small")
7
 
8
  # Load the text generation model
9
- text_pipe = pipeline("text-generation", model="meta-llama/Meta-Llama-3-8B")
10
 
11
  def transcribe(audio):
12
  # Transcribe the audio to text
 
6
  pipe = pipeline(model="openai/whisper-small")
7
 
8
  # Load the text generation model
9
+ text_pipe = pipeline("text-generation", model="google/gemma-2-9b")
10
 
11
  def transcribe(audio):
12
  # Transcribe the audio to text