neonwatty commited on
Commit
7c89fd8
1 Parent(s): 3678b42

Update bleep_that_sht/app.py

Browse files
Files changed (1) hide show
  1. bleep_that_sht/app.py +1 -1
bleep_that_sht/app.py CHANGED
@@ -55,7 +55,7 @@ with tab1:
55
  )
56
  with col2:
57
  model_selection = st.selectbox(
58
- label="whisper model (base only in HF space)",
59
  index=1,
60
  options=avaliable_models,
61
  disabled=True
 
55
  )
56
  with col2:
57
  model_selection = st.selectbox(
58
+ label="whisper model (base only in demo)",
59
  index=1,
60
  options=avaliable_models,
61
  disabled=True