kkngan commited on
Commit
dd5ce5a
·
verified ·
1 Parent(s): 12943b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 text to speech 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)
 
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)