Spaces:
Runtime error
Runtime error
app1
Browse files
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-
|
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:
|