mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
Merge branch 'master' of github.com:gradio-app/gradio
This commit is contained in:
commit
55e29064df
@ -22,7 +22,7 @@ const audio_output = {
|
||||
})
|
||||
},
|
||||
output: function(data) {
|
||||
io.target.find(".player").removeClass("hidden");
|
||||
this.target.find(".player").removeClass("hidden");
|
||||
this.wavesurfer.load(data);
|
||||
},
|
||||
clear: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user