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

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("question-answering", model="koreadaeil/my_awesome_qa_model", from_tf=True)
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="meta-llama/Meta-Llama-3-8B")
10
 
11
  def transcribe(audio):
12
  # Transcribe the audio to text