mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
fix audio
This commit is contained in:
parent
ae12268b73
commit
a15f5a9a88
@ -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…
Reference in New Issue
Block a user