Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def main():
|
|
83 |
|
84 |
with st.sidebar:
|
85 |
st.image('front_page_image.jpg' , use_column_width=True)
|
86 |
-
text_to_speech_model = st.selectbox("Pick select a
|
87 |
options = st.selectbox("Pick select an input method", ["Start a recording", "Upload an audio", "Enter a transcript"])
|
88 |
if options == "Start a recording":
|
89 |
audio = mic_recorder(key='my_recorder', callback=callback)
|
|
|
83 |
|
84 |
with st.sidebar:
|
85 |
st.image('front_page_image.jpg' , use_column_width=True)
|
86 |
+
text_to_speech_model = st.selectbox("Pick select a speech to text model", ["openai/whisper-base", "openai/whisper-medium", "openai/whisper-large-v3"])
|
87 |
options = st.selectbox("Pick select an input method", ["Start a recording", "Upload an audio", "Enter a transcript"])
|
88 |
if options == "Start a recording":
|
89 |
audio = mic_recorder(key='my_recorder', callback=callback)
|