clr commited on
Commit
6a7009c
·
verified ·
1 Parent(s): 3f1d354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def recwhis(audio_file):
73
  return(wh_output)
74
 
75
  def pick_asrc(au_src):
76
- return gr.update(source=au_src)
77
 
78
  bl = gr.Blocks()
79
  with bl:
 
73
  return(wh_output)
74
 
75
  def pick_asrc(au_src):
76
+ return gr.update(source=au_src,value=None)
77
 
78
  bl = gr.Blocks()
79
  with bl: