AISimBot / play.js
chibop's picture
Upload folder using huggingface_hub
943acb7 verified
raw
history blame
114 Bytes
function () {
const player = document.querySelector("#player audio");
if (player) {
player.play()
}
}