Spaces:
Sleeping
Sleeping
Update bleep_that_sht/app.py
Browse files- 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
|
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
|