Merge branch 'master' of github.com:gradio-app/gradio

This commit is contained in:
Abubakar Abid 2021-01-27 12:46:13 -06:00
commit 55e29064df

View File

@ -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() {