Upload folder using huggingface_hub
Browse files
play.js
CHANGED
@@ -16,6 +16,7 @@ function () {
|
|
16 |
}
|
17 |
|
18 |
waitForElementToAppear("#player button.play-pause-button", (button) => {
|
|
|
19 |
button.click();
|
20 |
});
|
21 |
|
|
|
16 |
}
|
17 |
|
18 |
waitForElementToAppear("#player button.play-pause-button", (button) => {
|
19 |
+
alert("Play!");
|
20 |
button.click();
|
21 |
});
|
22 |
|