Michael Hu commited on
Commit
27972f7
·
1 Parent(s): 3ed3b5a

default to parakeet model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def main():
180
  # Model selection
181
  asr_model = st.selectbox(
182
  "Select Speech Recognition Model",
183
- options=["whisper", "parakeet"],
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
  )