dlflannery commited on
Commit
52cc138
·
verified ·
1 Parent(s): 074063e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as demo:
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=5)
164
  reset_button = gr.ClearButton(value="Reset Voice Entry", scale=1) #new_func1()
165
  with gr.Row():
166
  clear_button = gr.Button(value="Restart Conversation")
 
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=120)
164
  reset_button = gr.ClearButton(value="Reset Voice Entry", scale=1) #new_func1()
165
  with gr.Row():
166
  clear_button = gr.Button(value="Restart Conversation")