dlflannery commited on
Commit
3c1c01c
·
verified ·
1 Parent(s): 3ea4e9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -398,7 +398,7 @@ with gr.Blocks() as demo:
398
  user_window = gr.Textbox(label = "User Name")
399
  # user_window.blur(fn=update_user, inputs=user_window, outputs=user_window)
400
  pwd_window = gr.Textbox(label = "Password")
401
- pwd_window.blur(updatePassword, pwd_window, [password, pwd_window])
402
  with gr.Row():
403
  audio_widget = gr.Audio(type='filepath', format='wav',waveform_options=gr.WaveformOptions(
404
  show_recording_waveform=True), sources=['microphone'], scale = 3, label="Prompt/Question Voice Entry", max_length=120)
 
398
  user_window = gr.Textbox(label = "User Name")
399
  # user_window.blur(fn=update_user, inputs=user_window, outputs=user_window)
400
  pwd_window = gr.Textbox(label = "Password")
401
+ # pwd_window.blur(updatePassword, pwd_window, [password, pwd_window])
402
  with gr.Row():
403
  audio_widget = gr.Audio(type='filepath', format='wav',waveform_options=gr.WaveformOptions(
404
  show_recording_waveform=True), sources=['microphone'], scale = 3, label="Prompt/Question Voice Entry", max_length=120)