Spaces:
Sleeping
Sleeping
Ankitajadhav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ collection_text.add(
|
|
87 |
)
|
88 |
|
89 |
# Initialize the transcriber
|
90 |
-
transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en"
|
91 |
|
92 |
# Preload TTS models
|
93 |
preload_models()
|
|
|
87 |
)
|
88 |
|
89 |
# Initialize the transcriber
|
90 |
+
transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
|
91 |
|
92 |
# Preload TTS models
|
93 |
preload_models()
|