dlflannery commited on
Commit
b9f2176
·
verified ·
1 Parent(s): 963bd77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks() as demo:
159
  pwd_window = gr.Textbox(label = "Password")
160
  pwd_window.blur(updatePassword, pwd_window, [password, pwd_window])
161
  with gr.Row():
162
- audio_widget = gr.Audio(type='filepath', format='wav',waveform_options=gr.WaveformOptions(
163
  show_recording_waveform=True), sources=['microphone'], scale = 3, label="Prompt/Question Voice Entry", max_length=40)
164
  reset_button = new_func1()
165
  with gr.Row():
 
159
  pwd_window = gr.Textbox(label = "Password")
160
  pwd_window.blur(updatePassword, pwd_window, [password, pwd_window])
161
  with gr.Row():
162
+ audio_widget = gr.Audio(type='filepath', format='mp3',waveform_options=gr.WaveformOptions(
163
  show_recording_waveform=True), sources=['microphone'], scale = 3, label="Prompt/Question Voice Entry", max_length=40)
164
  reset_button = new_func1()
165
  with gr.Row():