Update app.py
Browse files
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:
|