Spaces:
Running
Running
Michael Hu
commited on
Commit
·
27972f7
1
Parent(s):
3ed3b5a
default to parakeet model
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ def main():
|
|
180 |
# Model selection
|
181 |
asr_model = st.selectbox(
|
182 |
"Select Speech Recognition Model",
|
183 |
-
options=["
|
184 |
index=0,
|
185 |
help="Choose the ASR model for speech recognition"
|
186 |
)
|
|
|
180 |
# Model selection
|
181 |
asr_model = st.selectbox(
|
182 |
"Select Speech Recognition Model",
|
183 |
+
options=["parakeet", "whisper"],
|
184 |
index=0,
|
185 |
help="Choose the ASR model for speech recognition"
|
186 |
)
|