ALVHB95 commited on
Commit
9a62201
1 Parent(s): 3843a78
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ qa_chain = ConversationalRetrievalChain.from_llm(
122
  import numpy as np
123
  import soundfile as sf
124
  # Load ASR pipeline
125
- transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-large")
126
 
127
  def chat_interface(question, audio_input=None, history=None):
128
  if audio_input is not None:
 
122
  import numpy as np
123
  import soundfile as sf
124
  # Load ASR pipeline
125
+ transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-small")
126
 
127
  def chat_interface(question, audio_input=None, history=None):
128
  if audio_input is not None: